Skip to content
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

R needs to be updated #1

Open
lambdafu opened this issue Sep 23, 2024 · 0 comments
Open

R needs to be updated #1

lambdafu opened this issue Sep 23, 2024 · 0 comments

Comments

@lambdafu
Copy link

I get an error due to missing dependencies for tidyverse:

Warning: dependencies ‘MASS’, ‘Matrix’ are not available

I could fix this by using alpine:3.20.3 instead of 3.19.1, because that comes with R 4.4 (see https://forum.posit.co/t/mass-not-available-for-r-4-3-3/188156)

I also recommend adding the option "--rm" to docker run, because otherwise you leave behind zombie containers (see with docker ps --all) that have to be removed manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant