Skip to content

Instantly share code, notes, and snippets.

@mjbommar
Last active December 26, 2015 17:19
Show Gist options
  • Save mjbommar/7186277 to your computer and use it in GitHub Desktop.
Save mjbommar/7186277 to your computer and use it in GitHub Desktop.
rNotebook setup
# 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