check: Build and check a package, cleaning up automatically on...

View source: R/utilities.R

checkR Documentation

Build and check a package, cleaning up automatically on success.

Description

Build and check a package, cleaning up automatically on success.

Usage

check(document = FALSE, env_vars = c(`_R_CHECK_SYSTEM_CLOCK_` = FALSE), ...)

Arguments

document

By default (NULL) will document if your installed roxygen2 version matches the version declared in the DESCRIPTION file. Use TRUE or FALSE to override the default.

env_vars

Environment variables set during ⁠R CMD check⁠

...

additional parameters passed to check

Note

Adds environment flag to skip time check as per r-package-devel.


the-mad-statter/washu documentation built on May 5, 2024, 10:26 a.m.