
Last chance! 50% off unlimited learning
Sale ends in
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, ...)
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
.
# NOT RUN {
p_install(pacman)
# }
Run the code above in your browser using DataLab