From a4fee82ae95c089799a60f06dffc61db0ef47da6 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Tue, 21 Jun 2016 23:18:54 -0700 Subject: [PATCH] add R stuff --- ubuntu/installer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ubuntu/installer.sh b/ubuntu/installer.sh index 8c424b7..8308950 100644 --- a/ubuntu/installer.sh +++ b/ubuntu/installer.sh @@ -72,6 +72,8 @@ sudo apt-get install gdebi-core wget https://download1.rstudio.org/rstudio-0.99.896-amd64.deb sudo gdebi -n rstudio-0.99.896-amd64.deb rm rstudio-0.99.896-amd64.deb +sudo apt-get -qq -y install r-cran-rcpparmadillo +sudo apt-get -qq -y install r-cran-rgl # Editors echo "Installing editors..."