R/load_update.R
update_pkg_rcmdr_biostat.Rd
Update 'RcmdrPlugin.biostat' and related packages
check_updates_rcmdr_biostat(
show_status = "always",
install = "outdated",
upgrade = TRUE,
...
)
update_pkg_rcmdr_biostat(upgrade = TRUE, force = FALSE, ...)
See argument show_status
in get_pkgs_installation_status()
.
See argument install
in get_pkgs_installation_status()
.
Upgrade dependencies.
See upgrade
in remotes::install_cran()
.
Further arguments passed to remotes::install_cran()
.
(logical) TRUE
or FALSE
.
Force to update.
See force
in remotes::install_cran()
.