Build and check package
check_package.Rd
Build and check package
Arguments
- 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:
c("never", "error", "warning", "note")
. Defaults to never.- debug
Special mode during which unit tests are skipped for faster output.