check_package | R Documentation |
Build and check package
check_package(
cran = FALSE,
vignettes = FALSE,
error_on = "never",
debug = FALSE
)
cran |
Whether to apply as CRAN check. Defaults to FALSE. |
vignettes |
Whether to build vignettes. Defaults to FALSE. |
error_on |
When to raise an error. Possible choices:
|
debug |
Special mode during which unit tests are skipped for faster output. |
Build and check package. Results are inserted into the main HTML report.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.