cran_check_flavours: Download and show all CRAN check flavour platforms

View source: R/cran.R

cran_check_flavoursR Documentation

Download and show all CRAN check flavour platforms

Description

If the package argument is NULL, then all current platforms are downloaded. If the package argument is specified, then all flavours used for the latest package checks for that package, are downloaded and returned.

Usage

cran_check_flavours(package = NULL)

Arguments

package

CRAN package name or NULL.

Value

Character vector of platform ids.

Examples

## Not run: 
cran_check_flavours()
cran_check_flavours("simplegraph")

## End(Not run)

r-lib/rcmdcheck documentation built on Nov. 9, 2023, 10:08 a.m.