rodrigosantosbr

[Ubuntu 12.04] How to install R

Jan 1st, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!

To install the complete R system, use

sudo apt-get update
sudo apt-get install -y r-base

Users who need to compile R packages from source [e.g. package maintainers, or anyone installing packages with install.packages()] should also install the r-base-dev package:

sudo apt-get install r-base-dev
Add Comment
Please, Sign In to add comment