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/

相关文章:

  • 2021-08-12
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
  • 2021-12-28
  • 2021-10-09
  • 2021-05-02
猜你喜欢
  • 2022-12-23
  • 2022-01-15
  • 2021-09-17
  • 2022-12-23
  • 2021-10-25
  • 2022-12-23
  • 2021-10-29
相关资源
相似解决方案