Problems installing the devtools package

后端 未结 15 2146
耶瑟儿~
耶瑟儿~ 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 16:08

    I worked through a number of issues installing all of the following to get devtools to install on Ubuntu 18.04.1.

    sudo apt-get install libcurl4-openssl-dev
    sudo apt-get install libssl-dev
    sudo apt-get install libcurl4-gnutls-dev
    sudo apt-get install libxml2-dev
    

提交回复
热议问题