-
Notifications
You must be signed in to change notification settings - Fork 60
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
Another "unable to access index for repository" set of failures, for devel version which I guess bumped to 4.0? #167
Comments
It looks like CRAN doesn't have all packages in the 4.0 version yet. Can you install from source for now? |
I tried, but I guess I wasn't doing it right? Below is the Appveyor fails on Is there some directive that would make Appveyor look in https://cloud.r-project.org/bin/windows/contrib/r-devel/ instead of in a specific version? Because in appveyor.yml# Download script file from GitHub init: ps: | $ErrorActionPreference = "Stop" Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1" Import-Module '..\appveyor-tool.ps1'
matrix: build_script:
test_script:
on_failure:
artifacts:
|
Can you try It would be great if R-devel looked in |
I'll try it and report back. Is there a way to make it conditional? I.e. only trying source packages only when the binary versions are not found? |
Yes! It works, though very slow build-times. I thought Thanks for your help. |
Same as #166 |
Let's brainstorm some options besides setting
Thanks. |
This should be resolved now since R core has officially changed the URL for R-devel version to: |
Yes, thanks. I tried re running old failed builds and they seem to be working again. So the immediate problem has gone away for a while but I'm wondering if anybody would be interested in brainstorming how we can prevent the next R version upgrade from shutting us down again? |
We are having build failures for the devel version...
Further down we see...
...and finally it fails due to missing packages:
Thanks.
The text was updated successfully, but these errors were encountered: