Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinvoicu committed Apr 11, 2024
1 parent c764346 commit 2b85413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_sys_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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
#echo "pak::repo_add(CRAN = paste0('RSPM@', '${CRAN_DATE}'))" >> /opt/R/${R_VERSION}/lib/R/etc/Rprofile.site
echo "options(repos = c(CRAN = "https://packagemanager.posit.co/cran/__linux__/jammy/${CRAN_DATE}"))" >> /opt/R/${R_VERSION}/lib/R/etc/Rprofile.site
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
QUARTO_DL_URL="https://github.com/quarto-dev/quarto-cli/releases/download/v${QUARTO_VERSION}/quarto-${QUARTO_VERSION}-linux-$(dpkg --print-architecture).deb"
Expand Down

0 comments on commit 2b85413

Please sign in to comment.