rhub (version 1.0.1)

list_package_checks: List checks of a package

Description

List checks of a package

Usage

list_package_checks(package = ".", email = NULL, howmany = 20)

Arguments

package
Directory of an R package, or a package tarball.
email
Email address that was used for the check(s). If NULL, then the maintainer address is used.
howmany
How many checks to show. The current maximum of the API is 20.

Value

An rhub_check object.

Examples

Run this code
## Not run: 
# ch <- list_my_checks()
# ch
# ch$details(1)
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace