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
upgrade
argument ofpak::pkg_install
orinstall_github
for details. The default value (FALSE
) will do the minimum amount to enable you to install the package(s) you have requested. In contrastTRUE
will go ahead and upgrade all dependencies to the latest version; pak will 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_github
package for installation.- ...
extra arguments to pass to
pak::pkg_install
orremotes::install_github
.