Skip to content
Snippets Groups Projects
Commit 2c72fe30 authored by dtu-compute's avatar dtu-compute Committed by Iain Bryson
Browse files

Added missing package

parent 54b02aed
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,7 @@ R -e 'install.packages("curl", dependencies="Depends", repos="http://cran.rstudi ...@@ -48,6 +48,7 @@ R -e 'install.packages("curl", dependencies="Depends", repos="http://cran.rstudi
apt-get -y install libssl-dev apt-get -y install libssl-dev
R -e 'install.packages("openssl", 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("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("purrr", dependencies="Depends", repos="http://cran.rstudio.com/")'
R -e 'install.packages("hms", dependencies="Depends", repos="http://cran.rstudio.com/")' R -e 'install.packages("hms", dependencies="Depends", repos="http://cran.rstudio.com/")'
R -e 'install.packages("readr", dependencies="Depends", repos="http://cran.rstudio.com/")' R -e 'install.packages("readr", 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