| get_mirror_status | R Documentation |
Check if all packages are up to date on the CRAN@GH mirror
get_mirror_status()
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.