Skip to content

Commit

Permalink
Re enable RSPM package install
Browse files Browse the repository at this point in the history
  • Loading branch information
BerriJ committed Nov 14, 2023
1 parent 8c1d03b commit 13cfcb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_scripts/install_r.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ Rscript -e "install.packages('docopt', repos= '$R_REPOS')"
pip3 install -U --no-cache-dir radian

# R packages on RSPM
# install2.r --error --skipinstalled --ncpus 32 \
# $(grep -o '^[^#]*' package_lists/r_packages.txt | tr '\n' ' ')
install2.r --error --skipinstalled --ncpus 32 \
$(grep -o '^[^#]*' package_lists/r_packages.txt | tr '\n' ' ')

# R packages on Github
installGithub.r \
Expand Down

0 comments on commit 13cfcb6

Please sign in to comment.