R: Error in dyn.load(file, DLLpath = DLLpath, …)

前端 未结 4 2251
醉话见心
醉话见心 2021-01-04 12:33

I have worked now for some time on an R project in my office\'s desktop computer, but need to carry the scripts with me while on travel. I copied everything into my laptop a

4条回答
  •  旧巷少年郎
    2021-01-04 13:10

    The problem is the linkage with your g++ stdlib. Different versions of Ubuntu have different versions of g++ stdlib. You cant always copy binaries from one to the other.

    You may fix this by recompiling R for the laptop, or using the Ubuntu R packages. e.g. http://packages.ubuntu.com/xenial/r-base

提交回复
热议问题