Problems installing the devtools package

后端 未结 15 2081
耶瑟儿~
耶瑟儿~ 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

    For ubuntu users, run this command in your terminal [Tested in UBUNTU 16.04]

    sudo apt-get -y install libcurl4-openssl-dev
    

    post this install libraries the way you usually do in R using

    install.packages("package name")
    

提交回复
热议问题