get_vesion_pkg_bio() returns version number of package bio. check_updates_pkg_bio() checks if package bio has a recommended version. update_pkg_bio() tries to update package bio.

get_vesion_pkg_bio()

check_updates_pkg_bio(
  show_status = "always",
  install = "outdated",
  upgrade = TRUE,
  ...
)

update_pkg_bio(upgrade = TRUE, force = FALSE, quiet = TRUE)

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

quiet

(logical) TRUE or FALSE. Should installation messages be printed? See quiet in remotes::install_cran().

Examples