Update the `natmanager` package itself.
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
upgradeargument ofpak::pkg_installorinstall_githubfor details. The default value (FALSE) will do the minimum amount to enable you to install the package(s) you have requested. In contrastTRUEwill go ahead and upgrade all dependencies to the latest version;pakwill potentially install source packages to do this.- force
 Force self update even if there doesn't seem to be an update (default
FALSE)- method
 Whether to use the
pak(now the default) orinstall_githubpackage for installation.- ...
 extra arguments to pass to
pak::pkg_installorremotes::install_github.