January 2019
Beginner to intermediate
352 pages
9h 8m
English
This appendix contains basic information on installing R.
Visit the R for Windows download page at https://cran.r-project.org/bin/windows/base, and download the executible installer. Double-click that file to begin the install process, and follow any prompts.
Visit the R for Mac OS X/macOS download page at https://cran.r-project.org/bin/macosx, and download the relevant binary .pkg file for your system. Install by double-clicking this file and following the prompts.
For Ubuntu/Debian systems:
apt-get update
apt-get install r-base r-base-dev
For Fedora/Red Hat/OpenSUSE systems:
yum update
yum install R
As open source software, the source code for R can also be downloaded from the SVN ...
Read now
Unlock full access