Installing the R Project for Statistical Computing
Submitted by lev_lafayette on Wed, 07/13/2011 - 02:12The R Project is a language and environment for statistical computing and graphics.
To install R download the tarball to an appropriate place and extract e.g.,
cd /usr/local/src/R
wget http://cran.r-project.org/src/base/R-2/R-2.11.1.tar.gz
tar xvf R-2.11.1.tar.gz

