get_mirror_status: Check if all packages are up to date on the CRAN@GH mirror

View source: R/checks.R

get_mirror_statusR Documentation

Check if all packages are up to date on the CRAN@GH mirror

Description

Check if all packages are up to date on the CRAN@GH mirror

Usage

get_mirror_status()

Value

A data frame with columns package, version_cran, version_github, status. If a package is missing from CRAN/GitHub, then its version is NA. Possible values of status are

  • "ok": mirror is current,

  • "removed": still on the mirror, but it was removed from CRAN,

  • "missing": missing from the mirror entirely,

  • "outdated": outdated on the mirror.


metacran/cranatgh documentation built on Feb. 11, 2024, 2:20 p.m.