cran_check_results | R Documentation |
Download and parse R CMD check results from CRAN
cran_check_results( package, flavours = cran_check_flavours(package), quiet = FALSE )
package |
Name of a single package to download the checks for. |
flavours |
CRAN check flavours to use. Defaults to all flavours that were used to check the package. |
quiet |
Whether to omit the download progress bars. |
A list of rcmdcheck
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.