R is a free software environment for statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows and MacOS.
- R CRAN Mirror
- R Installation and Administration
Some useful package management instructions
- R CMD INSTALL -l /path/to/library pkg1 pkg2 ...
- R CMD REMOVE -l /path/to/library pkg1 pkg2 ...
R CMD check -l libdir --install=check:pkgname.log pkgname
For more information, see
6 Add-on packages