无法安装R包'老鼠':g ++错误

时间:2016-05-16 13:53:06

标签: c++ r r-mice

我无法安装R包'老鼠'。我收到以下错误消息:

g++ -I/usr/share/R/include -DNDEBUG -I"/usr/lib/R/site-library/Rcpp/include" -fpic -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c RcppExports.cpp -o RcppExports.o
g++: error: unrecognized command line option ‘-fstack-protector-strong’
g++: error: unrecognized command line option ‘-Wdate-time’
/usr/lib/R/etc/Makeconf:143: recipe for target 'RcppExports.o' failed
make: *** [RcppExports.o] Error 1
ERROR: compilation failed for package ‘mice’
* removing ‘/home/michal/R/x86_64-pc-linux-gnu-library/3.2/mice’
Warning in install.packages :
    installation of package ‘mice’ had non-zero exit status

The downloaded source packages are in
    ‘/tmp/Rtmpq8vNzo/downloaded_packages’

我试图自己解决这个问题,但我失败了。任何帮助都感激不尽!这是我的会话信息:

R version 3.2.3 (2015-12-10)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 16.04 LTS

locale:
[1] LC_CTYPE=pl_PL.UTF-8       LC_NUMERIC=C               LC_TIME=pl_PL.UTF-8        LC_COLLATE=pl_PL.UTF-8    
[5] LC_MONETARY=pl_PL.UTF-8    LC_MESSAGES=pl_PL.UTF-8    LC_PAPER=pl_PL.UTF-8       LC_NAME=C                 
[9] LC_ADDRESS=C               LC_TELEPHONE=C             LC_MEASUREMENT=pl_PL.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] tools_3.2.3

我按照 muru here

发布的说明解决了这个问题

0 个答案:

没有答案
相关问题