Problems installing the devtools package

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

    I hit this issue with Ubuntu 18.04 and none of the previous answers solved it. Eventually I succeeded by installing devtools with the package manager itself:

    sudo apt install r-cran-devtools

提交回复
热议问题