check_project: Run the required quality checks on a project

View source: R/check_project.R

check_projectR Documentation

Run the required quality checks on a project

Description

Set or update the required checks via setup_project().

Usage

check_project(x = ".", fail = !interactive(), quiet = FALSE)

Arguments

x

Either a checklist object or a path to the source code. Defaults to ..

fail

Should the function return an error in case of a problem? Defaults to TRUE on a non-interactive session and FALSE on an interactive session.

quiet

Whether to print check output during checking.

See Also

Other project: check_folder(), check_source()


inbo/checklist documentation built on June 15, 2025, 12:54 p.m.