list_my_checks {rhub}R Documentation

List all checks for an email address

Description

List all checks for an email address

Usage

list_my_checks(email = email_address(), package = NULL, howmany = 20)

Arguments

email

Email address. By default it is guessed with whoami::email_address(). The address must be validated, see validate_email().

package

NULL, or a character scalar. Can be used to restrict the search for a single package.

howmany

How many check groups (checks submitted simultaneously) to show. The current API limit is 20.

Value

A tibble::tibble with columns:

See Also

list_package_checks

Examples

## Not run: 
ch <- list_my_checks()
ch
ch$details()

## End(Not run)

[Package rhub version 1.1.1 Index]