Skip to content

Commit

Permalink
Update R packages snapshot date to 2023-10-30 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Oct 31, 2023
1 parent 7ca5f73 commit e5ae7a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# https://rocker-project.org/images/versioned/r-ver.html
#
# sets CRAN repo to use Posit Package Manager to freeze R package versions to
# those available on 2023-09-29
# those available on 2023-10-30
# https://packagemanager.posit.co/client/#/repos/2/overview
# https://packagemanager.posit.co/cran/__linux__/jammy/2023-09-29
# https://packagemanager.posit.co/cran/__linux__/jammy/2023-10-30

# set proper base image
ARG PLATFORM="linux/amd64"
Expand Down Expand Up @@ -42,7 +42,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

# set frozen CRAN repo
ARG CRAN_REPO="https://packagemanager.posit.co/cran/__linux__/jammy/2023-09-29"
ARG CRAN_REPO="https://packagemanager.posit.co/cran/__linux__/jammy/2023-10-30"
RUN echo "options(repos = c(CRAN = '$CRAN_REPO'))" >> "${R_HOME}/etc/Rprofile.site"

# install packages for dependency resolution and installation
Expand Down

0 comments on commit e5ae7a4

Please sign in to comment.