AWS Linux Server install R package

后端 未结 4 883
无人共我
无人共我 2021-01-18 02:14

I try to install the package \"data.table\" (and \"aws.s3)\" via Rstudio Server on an Amazon Linux instance following this guide: http://stanke.co/category/r/

Unfor

4条回答
  •  生来不讨喜
    2021-01-18 02:17

    based on https://github.com/RcppCore/RcppArmadillo/issues/200, I think this issue is due to a g++ compatability issue. It might also explain why when I installed devtools it kept giving me [-Wdeprecated-declarations] so run: sudo yum remove gcc72-c++.x86_64 libgcc72.x86_64

提交回复
热议问题