Red hat Linux(Centos 5/6)安装R语言
1 wget http://cran.rstudio.com/src/base/R-3/R-3.0.2.tar.gz
2 tar xzvf R-3.0.2.tar.gz
3 cd R-3.0.2
4 ./configure
5 make
6 make install
7 R
http://cran.rstudio.com/
Red hat Linux(Centos 5/6)安装R语言
1 wget http://cran.rstudio.com/src/base/R-3/R-3.0.2.tar.gz
2 tar xzvf R-3.0.2.tar.gz
3 cd R-3.0.2
4 ./configure
5 make
6 make install
7 R
http://cran.rstudio.com/