| get_check {rhub} | R Documentation |
Retrieve the result of R-hub checks
get_check(ids)
ids |
One of the following:
|
An rhub_check object.
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.