availablePackagesOverride | R Documentation |
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.
availablePackagesOverride(
toInstall,
repos,
purge,
type = getOption("pkgType"),
verbose = getOption("Require.verbose")
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.