Skip to content

Commit

Permalink
Bump R to 4.3.3, Update posit packagemanager
Browse files Browse the repository at this point in the history
  • Loading branch information
BerriJ committed Mar 22, 2024
1 parent 22383cb commit dcba776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ RUN chmod +x install_scripts/install_latex.sh &&\
ENV PATH="/usr/local/texlive/bin/x86_64-linux:${PATH}"

# Install R
ENV R_VERSION=4.3.2
ENV R_VERSION=4.3.3

# Set RSPM snapshot see:
# https://packagemanager.posit.co/client/#/repos/cran/setup?r_environment=other&snapshot=2023-10-04&distribution=ubuntu-22.04
ENV R_REPOS=https://packagemanager.posit.co/cran/__linux__/jammy/2024-03-19
ENV R_REPOS=https://packagemanager.posit.co/cran/__linux__/jammy/2024-03-21

COPY install_scripts/install_r.sh /install_scripts/install_r.sh
COPY package_lists/r_packages.txt /package_lists/r_packages.txt
Expand Down

0 comments on commit dcba776

Please sign in to comment.