-
Notifications
You must be signed in to change notification settings - Fork 62
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
callr
error on install
#155
Comments
Not sure if this helps but faced a similar issue. System Info
Session Info
|
Changing your docker file to use |
Just came across this for local installs on Ubuntu. To be clear, this is a hack to install the dev version of |
It is not a hack, it is the supported way: https://github.com/r-lib/pak#installation |
Installing using
pak
inside a docker container fails with errorError: callr subprocess failed: Failed to download abind from 'https://demo.rstudiopm.com/cran/__linux__/bionic/latest/src/contrib/abind_1.4-5.tar.gz'.
The link is valid for the correct tarball.Installing using
utils::install.packages
works fine.Dockerfile below reproduces.
The text was updated successfully, but these errors were encountered: