说来惭愧,居然没有在Linux安装R的经验,因为一直很少用R,用也是在win平台。
下载路径:https://cran.rstudio.com/src/base/R-3/
强烈建议不要安装最新的R,除非你有特殊需求,否则你会遇到一大堆问题(加载动态库、包兼容性)。
package ‘rhdf5‘ is not available (for R version 3.2.5)
版本太低也不好,一般选择3.3就好了。
解压后,需要configure。
./configure --prefix=<YOUR_R_HOME> --with-readline=yes --with-libpng=yes --with-x=no
报错
checking whether zlib support suffices... configure: error: zlib library and headers are required
参考:Linux安装R记要
时间: 2024-11-06 18:48:08