p_install {pacman} | R Documentation |
Installs a package provided the package is a CRAN package.
p_install(package, character.only = FALSE, force = TRUE, path = getOption("download_path"), try.bioconductor = TRUE, update.bioconductor = FALSE, ...) p_get(package, character.only = FALSE, force = TRUE, path = getOption("download_path"), try.bioconductor = TRUE, update.bioconductor = FALSE, ...)
package |
Name of package(s). |
character.only |
logical. If |
force |
logical. Should package be installed if it already exists on local system? |
path |
The path to the directory that contains the package. It is
convenient to set |
try.bioconductor |
If |
update.bioconductor |
If |
... |
Additional parameters to pass to |
## Not run: p_install(pacman) ## End(Not run)