Skip to content

Conversation

jimhester
Copy link
Member

This allows you to pass all arguments to install.packages if needed.

Motivation for this is to be able to set a alternate repo argument for install_deps, for instance to use devtools::install() to automatically install dependencies for a bioconductor package.

install(repos = BiocInstaller::biocinstallRepos(), dependencies = TRUE)

@hadley
Copy link
Member

hadley commented Apr 21, 2015

Could you add a note to NEWS.md please?

This allows you to pass all arguments to `install.packages` if needed.
@hadley hadley merged commit dbe0994 into r-lib:master Apr 28, 2015
@hadley
Copy link
Member

hadley commented Apr 28, 2015

Thanks!

(FWIW github only notifies on comments, not commits, so it's useful to add a comment like "PTAL" when done so I see the changes sooner)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants