Skip to contents

Build and check package

Usage

check_package(
  cran = FALSE,
  vignettes = FALSE,
  error_on = "never",
  debug = FALSE
)

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.

Value

Build and check package. Results are inserted into the main HTML report.