Back
I wish to use the devtools package. I've run the following commands:
> install.packages("devtools", dependencies = TRUE)....> library(devtools)Error in library(devtools) : there is no package called ‘devtools’
> install.packages("devtools", dependencies = TRUE)
....
> library(devtools)
Error in library(devtools) : there is no package called ‘devtools’
To solve this issue, run the following command in your Linux shell:
apt-get -y build-dep libcurl4-gnutls-devapt-get -y install libcurl4-gnutls-dev
apt-get -y build-dep libcurl4-gnutls-dev
apt-get -y install libcurl4-gnutls-dev
31k questions
32.8k answers
501 comments
693 users