Skip to content
Snippets Groups Projects
Commit 4c83e7a2 authored by iaibrys's avatar iaibrys
Browse files

Merge branch 'develop' of lab.compute.dtu.dk:enote/dtu-enote-sharelatex into develop

* 'develop' of lab.compute.dtu.dk:enote/dtu-enote-sharelatex:
  Update setup-r.sh
parents 769a0935 f3b04d75
No related branches found
No related tags found
No related merge requests found
Pipeline #388 passed
......@@ -30,14 +30,24 @@ R -e 'install.packages("pillar", dependencies="Depends", repos="http://cran.rstu
R -e 'install.packages("tibble", dependencies="Depends", repos="http://cran.rstudio.com/")'
R -e 'install.packages("bindrcpp", dependencies="Depends", repos="http://cran.rstudio.com/")'
R -e 'install.packages("tidyselect", dependencies="Depends", repos="http://cran.rstudio.com/")'
R -e 'install.packages("R6", dependencies="Depends", repos="http://cran.rstudio.com/")'
R -e 'install.packages("dplyr", dependencies="Depends", repos="http://cran.rstudio.com/")'
R -e 'install.packages("curl", dependencies="Depends", repos="http://cran.rstudio.com/")'
R -e 'install.packages("sys", dependencies="Depends", repos="http://cran.rstudio.com/")'
R -e 'install.packages("askpass", dependencies="Depends", repos="http://cran.rstudio.com/")'
R -e 'install.packages("openssl", dependencies="Depends", repos="http://cran.rstudio.com/")'
R -e 'install.packages("httr", dependencies="Depends", repos="http://cran.rstudio.com/")'
R -e 'install.packages("lazyeval", dependencies="Depends", repos="http://cran.rstudio.com/")'
R -e 'install.packages("purrr", dependencies="Depends", repos="http://cran.rstudio.com/")'
R -e 'install.packages("hms", dependencies="Depends", repos="http://cran.rstudio.com/")'
R -e 'install.packages("clipr", dependencies="Depends", repos="http://cran.rstudio.com/")'
R -e 'install.packages("readr", dependencies="Depends", repos="http://cran.rstudio.com/")'
R -e 'install.packages("tidyr", dependencies="Depends", repos="http://cran.rstudio.com/")'
R -e 'install.packages("xml2", dependencies="Depends", repos="http://cran.rstudio.com/")'
R -e 'install.packages("googlesheets", dependencies="Depends", repos="http://cran.rstudio.com/")'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment