-
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
Running R installer: The file or directory is corrupted and unreadable. #112
Comments
I encountered the same problem. Apparently, the R_VERSION environment variable is set to "patched" by default. Setting R_VERSION to "release" in your appveyor.yml file seems to resolve the issue for now, though:
|
hi, if it's any clue, my travis-ci builds have suddenly all reverted to R version |
The r-patched branch automatically changes from For now I have symlinked |
Thanks, Jeroen! I wonder if running "patched" by default is really such a good choice. But then "patched" still needs to work even if we explicitly set it... |
Seems we need to query if |
@jeroen: Do you still maintain that symlink from |
I have the following output:
It seems that currently https://cloud.r-project.org/bin/windows/base/R-3.4.3patched-win.exe returns 404. Should it be changed to https://cloud.r-project.org/bin/windows/base/R-3.4.3-win.exe ?
The text was updated successfully, but these errors were encountered: