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

chore: R & RStudio to latest rocker with CRAN snapshot #394

Conversation

RichardJActon
Copy link
Collaborator

The RStudio, R & Quarto versions in the default R 4.2.0 image are getting a little old now, especially the quarto version which is moving quite fast.

I tested a project based on an image built with these changes using the default R project template and it seems to work perfectly fine.

rocker/verse:devel gives R version 4.4.0 which is still the development version rather than the latest stable release so I switched it to 4.3.0 for verse and 2023.06.0-421 based on the latest versions from rocker https://github.com/rocker-org/rocker-versioned2/wiki/Versions for which there is a CRAN snapshot. That way other R package installs should have fixed versions based on that CRAN snapshot by default.

@rokroskar
Copy link
Member

Hi @RichardJActon sorry I missed this PR - I think we should combine it with #396? If it makes sense to you I'll take your commit over to the other PR so the CI will run.

@@ -1,6 +1,6 @@
# define build arguments
ARG RENKU_BASE=renku/renkulab-py:latest
ARG BASE_IMAGE=rocker/verse:devel
ARG BASE_IMAGE=rocker/verse:4.3.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this probably isn't needed since it's overridden in the CI anyway

@rokroskar
Copy link
Member

Hi @RichardJActon I've taken your commit over to #396 - will close this now and continue over there. Thanks again for making the updates!

@rokroskar rokroskar closed this Oct 25, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants