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: add new R version #396

Merged
merged 6 commits into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/build-and-push-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,12 @@ jobs:
- RVERSION: 4.2.0
BASE_IMAGE_NAME: rocker/verse
EXTENSION: r
- RVERSION: 4.2.3
BASE_IMAGE_NAME: rocker/verse
EXTENSION: r
- RVERSION: 4.3.1
BASE_IMAGE_NAME: rocker/verse
EXTENSION: r
- RVERSION: devel
BASE_IMAGE_NAME: rocker/verse
EXTENSION: r
Expand Down
2 changes: 1 addition & 1 deletion docker/r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN echo "PATH=${PATH}" >> /usr/local/lib/R/etc/Renviron.site && \
ENV LD_LIBRARY_PATH /usr/local/lib/R/lib

# pin the version of RStudio
ARG RSTUDIO_VERSION_OVERRIDE="2022.02.3-492"
ARG RSTUDIO_VERSION_OVERRIDE="2023.06.0-421"
ENV RSTUDIO_VERSION=${RSTUDIO_VERSION_OVERRIDE}
# if rstudio and rstudio-server users are not deleted below, the installation
# script fails when it installs rstudio and tries to add them back in
Expand Down
Loading