Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinvoicu committed Apr 11, 2024
1 parent 78cf23c commit 234eae6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/install_sys_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ pkgs_to_install="\
curl \
rsync \
qpdf \
gdebi-core \
g++ \
"

apt update -y
Expand All @@ -26,7 +23,8 @@ rm -rf /var/lib/apt/lists/*
# curl -Ls https://github.com/r-lib/rig/releases/download/latest/rig-linux-$(arch)-latest.tar.gz | tar xz -C /usr/local
# rig add ${R_VERSION} --without-p3m --without-cran-mirror --without-pak

curl -O https://cdn.posit.co/r/ubuntu-2204/pkgs/r-${R_VERSION}_1_amd64.deb && gdebi r-${R_VERSION}_1_amd64.deb
# curl -O https://cdn.posit.co/r/ubuntu-2204/pkgs/r-${R_VERSION}_1_amd64.deb && gdebi r-${R_VERSION}_1_amd64.deb
bash -c "$(curl -L https://rstd.io/r-install)"
echo "options(repos = c(CRAN = 'https://packagemanager.posit.co/cran/__linux__/jammy/${CRAN_DATE}'))" >> /opt/R/${R_VERSION}/lib/R/etc/Rprofile.site

# Install quarto
Expand Down

0 comments on commit 234eae6

Please sign in to comment.