Set or update the required checks via setup_project().

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()