Skip to content
Snippets Groups Projects
Commit f3b04d75 authored by mttj's avatar mttj
Browse files

Update setup-r.sh

parent 5f59ec8a
Branches
No related tags found
No related merge requests found
Pipeline #362 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