In R, using Ubuntu, try to install a lib depending on GMP C lib, it won't find GMP, but I have GMP installed

后端 未结 2 1769
暗喜
暗喜 2021-01-07 16:36

I want to install the Rmpfr library of R, so I type within R:

install.packages(\"Rmpfr\")

This package requires the GMP C library to be ins

2条回答
  •  暖寄归人
    2021-01-07 17:20

    It worked after I installed build-essential and libboost. Yes, I had something lacking on my system. :-)

提交回复
热议问题