Problems installing the devtools package

后端 未结 15 2135
耶瑟儿~
耶瑟儿~ 2020-11-29 15:32

I wish to use the devtools package. I\'ve run the following commands:

> install.packages(\"devtools\", dependencies = TRUE)
....
> library         


        
15条回答
  •  清歌不尽
    2020-11-29 15:51

    CentOS 7: I had the libcurl and gnutls development packages installed already, but still got the "cannot load git2r.so" error when installing devtools in R. I had to "reinstall" them for it to work:

    sudo yum reinstall gnutls-devel.x86_64
    

提交回复
热议问题