Problems installing the devtools package

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

    Centos 6.8

    this work like charm for me

    1. install libcurl $yum -y install libcurl libcurl-devel
    2. restart R Software $rstudio-server verify-installation

提交回复
热议问题