Last active
December 26, 2015 17:19
-
-
Save mjbommar/7186277 to your computer and use it in GitHub Desktop.
rNotebook setup
This file contains hidden or 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
# Install R and some required apt packages | |
apt-get update --fix-missing | |
apt-get install r-base-core r-recommended r-cran-xml libcairo2-dev libcurl4-openssl-dev | |
# Now download and execute the script to install and run rNotebook | |
cd /tmp | |
wget https://gist.github.com/mjbommar/7186297/raw/rnotebook_install_run.R | |
sudo R --vanilla < rnotebook_install_run.R |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment