Skip to content

Instantly share code, notes, and snippets.

@david-hammond
Created February 6, 2018 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save david-hammond/6241d2c94d6491fe0b09ec6bc79bcfe1 to your computer and use it in GitHub Desktop.
Save david-hammond/6241d2c94d6491fe0b09ec6bc79bcfe1 to your computer and use it in GitHub Desktop.
sudo su - -c "R -e \"install.packages('devtools', repos='http://cran.rstudio.com/')\""
sudo su - -c "R -e \"install.packages('tidyverse', repos='http://cran.rstudio.com/')\""
sudo su - -c "R -e \"install.packages('pacman', repos='http://cran.rstudio.com/')\""
sudo su - -c "R -e \"install.packages('ProjectTemplate', repos='http://cran.rstudio.com/')\""
sudo su - -c "R -e \"install.packages('rio', repos='http://cran.rstudio.com/')\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment