December 2016
Beginner to intermediate
392 pages
8h 13m
English
In this recipe, we will see how to install R on Linux.
To step through this recipe, you need Ubuntu 14.04 (Linux flavor) installed on the machine.
Here are the steps in the installation of R:
sudo apt-key adv --keyserver
keyserver.ubuntu.com --recv-keys
E084DAB9
/etc/apt/sources.list:
deb https://cran.cnr.berkeley.edu/bin/linux/ubuntu trusty/
sudo apt-get update sudo apt-get install r-base r-base-dev
This will install R and the recommended ...
Read now
Unlock full access