Skip to contents

Running Checks

run()
Run a Series of R CMD checks

Designing and Runing Check Sets

STATUS
Check execution status categories
check_pkgs()
Check packages
check_rev_deps()
Check reverse dependencies
checker
R6 Checks Coordinator
new_checker() new_rev_dep_checker()
Creating new Check Design Objects

Plan checks

plan_local_checks()
Plan R CMD Checks
plan_local_install()
Plan source package installation
plan_rev_dep_checks()
Plan Reverse Dependency Checks

Building Tasks

check_task()
Create a task to run R CMD check
install_task()
Create a task to install a package and dependencies
meta_task()
Construct a 'Meta' Task
task()
Task specification

Package Specifications

Check Results

print(<checked_results>) print(<rev_dep_dep_results>) print(<local_check_results>)
Print checked results
results()
Check results
results_to_df()
Summarize checked results as data.frame

Reporters

Documentation

options
checked Options
options_params
Checked Options