-
Notifications
You must be signed in to change notification settings - Fork 67
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
Error: R version - 4.0.0 - was not found on CRAN. #162
Comments
Guess it should be: Changed [1-3] to [1-4], you could change it to [1-5] if R 5.x.x is anticipated in the next ten years. |
yes, these changes need to be made in both |
Could someone please make those changes so that the |
Any news on this? I still see the issue :) |
There is already a pull request for it |
Yeah, I saw that it was approved but has not been merged. However, I installed the branch, and was not fully functional, the same correction needs to be done in the |
Yes, you're right about that @alessio619. I was able to get it working in this commit: |
looking at the description file I see:
Changing the status to orphaned and updating some docs seems the only update on github since Feb 2019, almost 4 years. I hope someone can take over, it is a useful package. |
Thank you so much, this really helps! |
It seems that when running this code
R_versions <- c(unique(stats::na.omit(stringr::str_extract(readLines("https://cran.rstudio.com/bin/windows/base/", warn = F), "[1-3]\.[0-9]+\.[0-9]+"))),
stats::na.omit(stringr::str_extract(readLines("https://cran.rstudio.com/bin/windows/base/old/", warn = F), "[1-3]\.[0-9]+\.[0-9]+")))
It only gets R versions up to 3.6.3
\Magnus
The text was updated successfully, but these errors were encountered: