check_package: Build and check package

View source: R/code-quality.R

check_packageR Documentation

Build and check package

Description

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.


Novartis/shinyValidator documentation built on Aug. 21, 2023, 4:42 a.m.