Last active
February 7, 2017 15:23
-
-
Save tomliptrot/b0071000c51fc49b6368e16b5ff48a1d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh 172.31.2.125 | |
sudo echo "deb https://cloud.r-project.org//bin/linux/ubuntu trusty/" >> /etc/apt/sources.list | |
sudo apt-get update | |
sudo apt-get install r-base | |
sudo apt-get install r-base-dev r-cran-boot r-cran-class r-cran-cluster r-cran-codetools r-cran-foreign r-cran-kernsmooth r-cran-lattice r-cran-mass r-cran-matrix r-cran-mgcv r-cran-nlme r-cran-nnet r-cran-rpart r-cran-spatial r-cran-survival r-cran-rodbc | |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 | |
sudo apt-get install git | |
sudo apt-get install libssl-dev libcurl4-openssl-dev libxml2-dev | |
sudo apt-get -y install libcurl4-gnutls-dev | |
sudo apt-get install gdebi-core | |
wget https://download2.rstudio.org/rstudio-server-1.0.136-amd64.deb | |
sudo gdebi rstudio-server-1.0.136-amd64.deb | |
sudo apt-get install default-jre default-jdk | |
sudo su - -c "R -e \"install.packages(c('devtools','tidyverse, 'xgboost', 'glmnet', 'shiny', 'RJDBC', 'lubridate'), repos='http://cran.rstudio.com/')\"" | |
sudo su - -c "R -e \"devtools::install_github('tomliptrot/tomr')\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment