pac_checkpage {pacs} | R Documentation |
Retrieving the R CRAN package check page
Description
Retrieving the R CRAN package check page.
Usage
pac_checkpage(pac)
Arguments
pac |
|
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)
[Package pacs version 0.5.1 Index]