p_install {pacman} | R Documentation |
Installs & Loads Packages
Description
Installs a package provided the package is a CRAN package.
Usage
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, ...)
Arguments
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 |
See Also
Examples
## Not run:
p_install(pacman)
## End(Not run)
[Package pacman version 0.5.1 Index]