Error install devtools

Hi everybody,
I try to install the package devtools in R version 3.6.3 and each time after the installation of the package when I load the library devtools, I see this message:

library(devtools)
Error in library(devtools) : there is no package called ‘devtools’

I do not have idea what happen. I installed the same package in my pc of the office and it worked.
Thanks so much
Giorgia

Do you get any error message when running install.packages("devtools") ?

Also, R 3.6.3 is pretty old, do you have a good reason not to update to a more recent version?

1 Like

In finally I resolve the problem to install the package with this script:
install.packages('devtools',lib='C:\.....')

This topic was automatically closed after 45 days. New replies are no longer allowed.


If you have a query related to it or one of the replies, start a new topic and refer back with a link.