updatePackages {Require} | R Documentation |
Update installed packages with latest available versions
Description
Similar to update.packages
, but works for archived, non-archived,
and Github packages.
Usage
updatePackages(
libPaths = .libPaths()[1],
purge = FALSE,
verbose = getOption("Require.verbose")
)
Arguments
libPaths |
The library to update; defaults to |
purge |
Logical. Should the assessment of |
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 |
Value
Run for its side effect, namely, updating installed packages to their latest possible state, whether they are on CRAN currently, archived, or on GitHub.
[Package Require version 1.0.0 Index]