Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failure to install package: no R 3.6 availability for rClr 0.8.3 #46

Open
twest820 opened this issue Jan 20, 2020 · 1 comment
Open

Comments

@twest820
Copy link

This may be a known and expected problem, per #43 and the rClr 0.8.3 release notes, but I couldn't find a tracking issue for updating support to a current version of R. It looks like R 3.6.0 released a month before rClr 0.8.3 added 3.5 support and R 3.5.0 13 months before that. We're often a few months behind the current R release (3.6.2 as of December, at the moment) but a year's lag enough to preclude rClr use at my location as there aren't any machines left which are still on R 3.5. (MATLAB .NET support is sort of a workaround for us but is limited by licensing and, well, not being R.)

From RStudio 1.2.5001 and R 3.6.1 on Windows 10:

install.packages("Downloads\rClr_0.8.3.zip")
Installing package into ‘Documents/R/win-library/3.6’
Warning in install.packages :
package ‘Downloads\rClr_0.8.3.zip’ is not available (for R version 3.6.1)

@leostimpfle
Copy link

leostimpfle commented Jun 24, 2020

Having encountered the same issue I changed the install.packages command as explained in the rClr docs slightly to include the option repos = NULL, i.e.

install.packages('c:/path/to/rclr_0.8.zip, repos = NULL)

This ensures that the installation is performed from the local file and works for me also in R version 3.6.2. Might it be useful to include the repos = NULL option in the docs @jmp75 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants