Browse Source

add R stuff

master
Taylor Bockman 8 years ago
parent
commit
a3daaf75bf
  1. 2
      ubuntu/installer.sh

2
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..."

Loading…
Cancel
Save