Retrieve the result of R-hub checks
get_check(ids)
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.
An rhub_check object.
<- get_check("915ee61")
chk
chk$update()
chk$browse()
chk$cran_summary()
chk$urls() chk
list_my_checks()
and list_package_checks()
to list
R-hub checks.