Installs a package provided the package is a CRAN package.
Name of package(s).
logical. If TRUE
...
is treated a
character string.
logical. Should package be installed if it already exists on local system?
The path to the directory that contains the package. It is
convenient to set download_path
in .Rprofile options to the downloads
directory.
If TRUE
, tries to install the package from
Bioconductor if it is not found on CRAN using BiocManager.
If TRUE
, tries to update dependencies used
by try.bioconductor
.
Additional parameters to pass to install.packages
.
if (FALSE) { # \dontrun{
p_install(pacman)
} # }