Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in R Programming by (7.3k points)

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’

1 Answer

0 votes
by

To solve this issue, run the following command in your Linux shell:

apt-get -y build-dep libcurl4-gnutls-dev

apt-get -y install libcurl4-gnutls-dev

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...