Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

get_check

Retrieve the result of R-hub checks


Description

Retrieve the result of R-hub checks

Usage

get_check(ids)

Arguments

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.

Value

An rhub_check object.

Examples

chk <- get_check("915ee61")
chk
chk$update()
chk$browse()
chk$cran_summary()
chk$urls()

See Also

list_my_checks() and list_package_checks() to list R-hub checks.


rhub

Connect to 'R-hub'

v1.1.1
MIT + file LICENSE
Authors
Gábor Csárdi [aut, cre], Maëlle Salmon [aut] (<https://orcid.org/0000-0002-2815-0399>), R Consortium [fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.