Created
July 22, 2013 05:58
-
-
Save robertpyke/6051584 to your computer and use it in GitHub Desktop.
Installing R v2.15.3 onto Ubuntu.
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
Edit your package sources to include your local CRAN mirror. List of mirrors here: http://cran.r-project.org/mirrors.html | |
See here for detailed instructions: http://cran.r-project.org/bin/linux/ubuntu/README | |
Install the specific version of R you need. In my case, 2.15.3. You can get package information from your mirror. e.g. http://cran.ms.unimelb.edu.au/bin/linux/ubuntu/precise/Packages (precise Ubuntu packages) | |
sudo apt-get install r-base-core=2.15.3-1precise0precise1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment