powered by
Retrieve the result of R-hub checks
get_check(ids)
An rhub_check object.
One of the following:
A single R-hub check id.
A character vector of check ids.
An R-hub check group id. All ids can be abbreviated, see R-hub ids.
chk <- get_check("915ee61") chk chk$update() chk$browse() chk$cran_summary() chk$urls()
list_my_checks() and list_package_checks() to list R-hub checks.
list_my_checks()
list_package_checks()