install_github {packrat} | R Documentation |
Use the devtools::install_github
function to install packages into a project private library. Using this
function rather than calling devtools directly enables you to install GitHub
packages without adding devtools and it's dependencies to your project
private library.
install_github(repo, ..., build_vignettes = FALSE, dependencies = NA)
repo |
Repository address in the format
|
... |
Other arguments passed on to
|
build_vignettes |
If |
dependencies |
|
This function requires the devtools package and will prompt to to install it if it's not already available in the standard library paths. In this case, devtools will be installed into the standard user package library rather than the project private library.