Install Packages from GitHub
gh_install_packages(packages, ask = TRUE, ref = "master", build_vignettes = FALSE, dependencies = NA, verbose = TRUE, quiet = !verbose, lib = NULL, ...) githubinstall(packages, ask = TRUE, ref = "master", build_vignettes = FALSE, dependencies = NA, verbose = TRUE, quiet = !verbose, lib = NULL, ...)
ref
argument (see below) using package_name[@ref|#pull]
.
If both are specified, the values in repo take precedence.github_pull
.
Defaults to "master".TRUE
, will build vignettes.install.packages
.TRUE
.verbose
..libPaths()
.install_github
.TRUE if success.
githubinstall()
is an alias of gh_install_packages()
.
## Not run: ------------------------------------ # gh_install_packages("AnomalyDetection") # githubinstall("AnomalyDetection") ## ---------------------------------------------