You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
> install_github("dtenenba/anRpackage", build_vignettes=TRUE, repos="http://bioconductor.org/packages/3.2/bioc", dependencies=TRUE, type="source")
Downloading github repo dtenenba/anRpackage@master
Installing anRpackage
Skipping 1 packages not available: BiocCheck
Installing 1 packages: rmarkdown
Warning in utils::install.packages(pkgs, repos = repos, type = type, ..., :
'lib = "http://cran.rstudio.com"' is not writable
Would you like to use a personal library instead? (y/n)
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:
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/
lockbot
locked and limited conversation to collaborators
Sep 18, 2018
Sign up for freeto 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: