Retrieving all R CRAN servers flavors. The data is downloaded from https://cran.r-project.org/web/checks/check_flavors.html.

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

if (FALSE) {
pacs::cran_flavors()
}