bio_version: Manage Package "bio"

bio_versionR Documentation

Manage Package 'bio'

Description

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.

Usage

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

get_vesion_pkg_bio()

## Not run: \donttest{

check_updates_pkg_bio()
update_bio()

}
## End(Not run)

mokymai/bs documentation built on Jan. 28, 2025, 8:26 p.m.