run: Run a Series of R CMD checks

View source: R/run.R

runR Documentation

Run a Series of ⁠R CMD check⁠s

Description

run() provides a generic, and is the central interface for executing check_designs. If a path is provided, a new reverse dependency check plan is generated from the source code path. Otherwise a plan can be built separately and executed using run().

Usage

run(design, ..., reporter = reporter_default())

Arguments

design

character or check_design If a character value is provided, it is first coerced into a check_design using new_rev_dep_check_design().

...

Additional arguments passed to new_rev_dep_check_design()

reporter

A reporter to provide progress updates. Will default to the most expressive command-line reporter given your terminal capabilities.


checked documentation built on June 10, 2025, 9:08 a.m.