我使用的是Linux系统x86_64-redhat-linux-gnu-库和CentOS服务器。
R版本是3.4.1
在安装包"pdftools“时,我得到以下错误:
Error in .shlib_internal(args) :
C++11 standard requested but CXX11 is not defined有人遇到过这个问题吗?
发布于 2018-06-19 11:38:00
做以下几件事对我很有帮助:
在/usr/lib64/R/etc下有2个Makeconf文件:
备份'Makeconf‘文件,并将其替换为的内容
在这里找到了解决方案(wch的答案):
https://stackoverflow.com/questions/47352650
复制相似问题