Retrieving all R CRAN servers flavors.
The data is downloaded from https://cran.r-project.org/web/checks/check_flavors.html
.
cran_flavors()
data.frame
with the same structure as the html table on https://cran.r-project.org/web/checks/check_flavors.html
.
Results are cached for 30 minutes with memoise
package.
if (FALSE) { # \dontrun{
pacs::cran_flavors()
} # }