Created
January 8, 2016 13:36
-
-
Save Swarchal/783ebc49f496f25436de to your computer and use it in GitHub Desktop.
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
#!/usr/bin/sh | |
# script to update R | |
sudo add-apt-repository "deb http://cran.rstudio.com/bin/linux/ubuntu $(lsb_release -cs)/" | |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 | |
sudo add-apt-repository -y "ppa:marutter/rrutter" | |
sudo add-apt-repository -y "ppa:marutter/c2d4u" | |
sudo apt-get update -qq | |
sudo apt-get install -y --no-install-recommends r-base-dev r-recommended qpdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment