selfupdate {natmanager} | R Documentation |
Update the 'natmanager' package itself.
Description
Update the 'natmanager' package itself.
Usage
selfupdate(
source = c("GITHUB", "CRAN"),
upgrade.dependencies = TRUE,
force = FALSE,
method = c("pak", "remotes"),
...
)
Arguments
source |
Location from which to obtain a newer version of natmanager. Defaults to GITHUB since this may well have a newer version than the CRAN package repository. |
upgrade.dependencies |
Whether to upgrade dependencies of requested
packages See the |
force |
Force self update even if there doesn't seem to be an update
(default |
method |
Whether to use the |
... |
extra arguments to pass to |
Value
Logical indicating whether an update was required (invisibly).
See Also
Examples
## Not run:
natmanager::selfupdate()
## End(Not run)