r-lib / remotes

Install R packages from GitHub, GitLab, Bitbucket, git, svn repositories, URLs
https://remotes.r-lib.org/
Other
336 stars 153 forks source link

Regular install packages fails because devtools not installed #586

Closed ArnauC closed 3 years ago

ArnauC commented 3 years ago

Hi, I'm experiencing the following problem:

When I try to install any package (forcats in this example), at first, it seems to download the package just fine, but right after, I get the following error:

Error in library(package, character.only = TRUE, lib.loc = lib.loc) : there is no package called ‘devtools’ Calls: -> library Ejecución interrumpida Warning in install.packages : installation of package ‘forcats’ had non-zero exit status

The downloaded source packages are in ‘/tmp/RtmpzWbLHK/downloaded_packages’

image

jimhester commented 3 years ago

This sort of question is a better fit for https://community.rstudio.com. Do you mind asking it over there? (You might want to read https://www.tidyverse.org/help/ first to maximise your chances of getting a good answer)