updatePackages | R Documentation |
Similar to update.packages
, but works for archived, non-archived,
and Github packages.
updatePackages(
libPaths = .libPaths()[1],
purge = FALSE,
verbose = getOption("Require.verbose")
)
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 |
Run for its side effect, namely, updating installed packages to their latest possible state, whether they are on CRAN currently, archived, or on GitHub.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.