| availablePackagesOverride {Require} | R Documentation |
Create a custom "available.packages" object
Description
This is the mechanism by which install.packages determines which packages
should be installed from where. With this override, we can indicate arbitrary
repos, Package, File for each individual package.
Usage
availablePackagesOverride(
toInstall,
repos,
purge,
type = getOption("pkgType"),
verbose = getOption("Require.verbose")
)
Arguments
toInstall |
A |
repos |
The remote repository (e.g., a CRAN mirror), passed to either
|
purge |
Logical. Should all caches be purged? Default is
Internally, there are calls to |
type |
See |
verbose |
Numeric or logical indicating how verbose should the function
be. If -1 or -2, then as little verbosity as possible. If 0 or FALSE,
then minimal outputs; if |