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, ...)

Arguments

show_status

See argument show_status in get_pkgs_installation_status().

install

See argument install in get_pkgs_installation_status().

upgrade

Upgrade dependencies. See upgrade in remotes::install_cran().

...

Further arguments passed to remotes::install_cran().

force

(logical) TRUE or FALSE. Force to update. See force in remotes::install_cran().

Examples