-
Notifications
You must be signed in to change notification settings - Fork 26
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
Renv fails to install Matrix package #1244
Comments
Bump. I'm still having this issue, even with the latest rocker/tidyverse docker image. I'm using the following Dockerfile:
Which outputs the following error:
Inside the container, I checked the versions of
|
Any help with this issue would be appreciated! |
Bump! Setting up gcamdata has been a struggle on our machines. Is there a docker image used internally that could be made available to the public? |
I don't use renv, so can't comment on how to get it working, but it can be de-activated by running, from R: |
when i run renv:restore(), i got error that:
|
I'm using the following R version on Ubuntu 20.02:
I installed renv:
When I try to run
renv::restore()
I get the following error:I've tried reinstall gfortran, per some other issues I found here, but that doesn't help.
The text was updated successfully, but these errors were encountered: