-
Notifications
You must be signed in to change notification settings - Fork 154
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
install_version() fails in rocker container depending on value of argument repos #463
Comments
Some CRAN mirrors do not respond with gzip encoded responses. Could this be related? Using The
The I can use
Directly attempting to read the URL succeeds when the content-encoding header is present (cran.case.edu) but fails when not present (cran.rstudio.com):
|
works for me on macOS Mojave, with R 3.6.2. Maybe it depends on the curl library version? I have
|
It does not work for me on macOS Catalina, my versions are nearly the same as yours.
|
This is a 5 year old base R bug, that has always been there for We'll need a workaround in remotes: avoid |
On my local machine running Ubuntu 18.04,
install_version()
is able to install a package from various CRAN mirrors. All of the below work:Session information for local machine
In contrast, in the Docker image rocker/r-base,
install_version()
only works for some CRAN mirrors:Session information for rocker/r-base
The text was updated successfully, but these errors were encountered: