install_github() tries to install deps in the wrong lib dir #870
Comments
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Related to #869, if I am trying to install a package that has a dependency on rmarkdown and rmarkdown is not installed, I see this:
Sounds like devtools (or someone?) thinks that it should install the package in the
http://cran.rstudio.com
directory on my machine, which is obviously not a valid directory name.Not sure how the
lib
argument got set to that. I have no trouble installing the package with:The text was updated successfully, but these errors were encountered: