pac_checkpage: Retrieving the R CRAN package check page

View source: R/check.R

pac_checkpageR Documentation

Retrieving the R CRAN package check page

Description

Retrieving the R CRAN package check page.

Usage

pac_checkpage(pac)

Arguments

pac

character a package name.

Value

data.frame.

Note

Results are cached for 30 minutes with memoise package. If you need to check many packages at once then is recommended usage of pacs::checked_packages. Please as a courtesy to the R CRAN, don't overload their server by constantly using this function.

Examples

## Not run: 
pacs::pac_checkpage("dplyr")

## End(Not run)

pacs documentation built on Aug. 19, 2023, 1:08 a.m.