Description Usage Arguments Details Value Examples
View source: R/gh_install_packages.R
Install Packages from GitHub
1 2 3 4 5 6 7 |
packages |
character vector of the names of the packages.
You can specify |
ask |
logical. Indicates ask to confirm before install. |
ref |
character vector. Desired git reference.
Could be a commit, tag, or branch name, or a call to |
build_vignettes |
logical. If |
dependencies |
logical. Indicating to also install uninstalled packages which the packages depends on/links to/suggests.
See argument dependencies of |
verbose |
logical. Indicating to print details of package building and installation. Dfault is |
quiet |
logical. Not |
lib |
character vector giving the library directories where to install the packages.
Recycled as needed. Defaults to the first element of |
... |
additional arguments to control installation of package, passed to |
githubinstall()
is an alias of gh_install_packages()
.
TRUE if success.
1 2 3 4 5 | ## Not run:
gh_install_packages("AnomalyDetection")
githubinstall("AnomalyDetection")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.