cran_flavors {pacs} | R Documentation |
Retrieving all R CRAN servers flavors
Description
Retrieving all R CRAN servers flavors.
The data is downloaded from https://cran.r-project.org/web/checks/check_flavors.html
.
Usage
cran_flavors()
Value
data.frame
with the same structure as the html table on https://cran.r-project.org/web/checks/check_flavors.html
.
Note
Results are cached for 30 minutes with memoise
package.
Examples
## Not run:
pacs::cran_flavors()
## End(Not run)
[Package pacs version 0.5.1 Index]