list_package_checks {rhub}R Documentation

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

A tibble::tibble with columns:

Examples

## Not run: 
ch <- list_package_checks()
ch
ch$details(1)

## End(Not run)

[Package rhub version 1.1.1 Index]