Red hat Linux(Centos 5/6)安装R语言

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/

posted @ 2013-10-02 20:52  emanlee  阅读(1394)  评论(0编辑  收藏  举报