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 version is not latest #7

Open
TimExcellent opened this issue Jan 2, 2023 · 1 comment
Open

R version is not latest #7

TimExcellent opened this issue Jan 2, 2023 · 1 comment

Comments

@TimExcellent
Copy link

Hi, it doesnt seem as though the expected behavior of the R set up is working as intended, it seems to install R 4.2.1 where the latest now is 4.2.2

Thanks

@eitsupi
Copy link
Contributor

eitsupi commented Jan 3, 2023

What environment are you running on?
The base image rocker/tidyverse:4 should have R4.2.2 installed.

"args": { "VARIANT": "4" }

ARG VARIANT="4.2"
FROM rocker/tidyverse:${VARIANT}

https://github.com/rocker-org/rocker-versioned2/wiki/tidyverse_a1d1706759fd

It could be an effect of the cache that exists on your machine.
Try running docker pull rocker/tidyverse:4 once.

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

2 participants