摘要: 背景:前面装的R最新版R-4.0.2,编译一直报错,尝试了多种方法,没解决,考虑换低版本R试一下。 R-4.0.2编译报错如下: 1、R-3.5.3软件的下载、编译 wget https://mirrors.tuna.tsinghua.edu.cn/CRAN/src/base/R-3/R-3.5.3 阅读全文
posted @ 2020-06-27 17:27 小鲨鱼2018 阅读(811) 评论(0) 推荐(0) 编辑
摘要: 1、pcre 编译 ./configure --enable-utf8 --enable-unicode-properties make make install 2、查看pcre 版本 pcre默认安装位置 /usr/local/binpcretest -C (查看安装版本) 阅读全文
posted @ 2020-06-27 13:21 小鲨鱼2018 阅读(403) 评论(0) 推荐(0) 编辑
摘要: 1、查看系统 [root@localhost home]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.0 (Maipo) 2、yum安装R [root@localhost home]# yum install 阅读全文
posted @ 2020-06-27 13:16 小鲨鱼2018 阅读(2188) 评论(0) 推荐(0) 编辑
摘要: 1、使用yum 直接安装gfortran yum install -y gfortran 报错如下: 2、百度查找,主要参考 https://blog.csdn.net/HOMEGREAT/article/details/81407844 3、使用如下命令安装 : yum install -y gc 阅读全文
posted @ 2020-06-27 09:13 小鲨鱼2018 阅读(7476) 评论(0) 推荐(0) 编辑