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)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().
(logical) TRUE or FALSE.
Should installation messages be printed?
See quiet in remotes::install_cran().