-
Notifications
You must be signed in to change notification settings - Fork 985
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
GLCI: failing to install packages in local CRAN mirror (test-win-dev) #6547
Comments
The problem is the version mismatch that we have. We are setting Will open a PR for that when I'm back at my computer (next weekend) |
Ah, that issue again. OK, easy enough, but it might be nice to have that populate programmatically, WDYT about curl -s https://svn.r-project.org/R/trunk/VERSION | awk -F'.' '{print $1 "." $2}' I don't see as trivial a way to get the https://cran.r-project.org/web/packages/rversions/index.html |
Seems that you fixed this by #6550 Unfortunately, |
Good point; asked r-hub/rversions#38. It might be nice to use {rversions} as an abstraction layer vs. directly hitting that API. |
AFAIU GLCI documentation we cannot populate our global variables |
As seen here:
https://gitlab.com/Rdatatable/data.table/-/jobs/7943818865
Pretty cryptic but it looks like the local CRAN mirror is not set up correctly.
cc @jangorecki
The text was updated successfully, but these errors were encountered: