cch_maintainers: Get maintainer based checks

View source: R/cch_maintainers.R

cch_maintainersR Documentation

Get maintainer based checks

Description

Get maintainer based checks

Usage

cch_maintainers(x = NULL, limit = 10, offset = 0, ...)

Arguments

x

email slug name, optional, if you pass in more than one we'll do async

limit

number of records to return. Default: 10

offset

record number to start at. Default: 0

...

Curl options passed to crul::HttpClient() or crul::Async()

Value

list of info about a package(s)

Examples

## Not run: 
x <- cch_maintainers()
x$data
x$data$summary
x$data$checks
x$data$date_updated
x$data$package
x$data$url

cch_maintainers("00gerhard_at_gmail.com")
cch_maintainers(c("123saga_at_gmail.com", "13268259225_at_163.com",
	 "csardi.gabor_at_gmail.com"))

## End(Not run)

ropenscilabs/cchecks documentation built on Sept. 14, 2022, 3:54 a.m.