selfupdate | R Documentation |
Update the 'natmanager' package itself.
selfupdate(
source = c("GITHUB", "CRAN"),
upgrade.dependencies = TRUE,
force = FALSE,
method = c("pak", "remotes"),
...
)
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 |
Logical indicating whether an update was required (invisibly).
install
## Not run:
natmanager::selfupdate()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.