print.checked_results {checked}R Documentation

Plot checked results

Description

Plot checked results

Usage

## S3 method for class 'checked_results'
print(x, ...)

## S3 method for class 'checked_results_check_task_spec'
print(
  x,
  keep = Sys.getenv("CHECKED_RESULTS_KEEP", c("all", "issues", "potential_issues")[1]),
  ...
)

## S3 method for class 'checked_results_revdep_check_task_spec'
print(x, ...)

Arguments

x

an object to be printed.

...

other parameters described below

keep

character vector indicating which packages should be included in the results. "all" means that all packages are kept. If "issues" then only packages with issues identified, whereas "potential_issues" stands for keeping packages with both "issues" and "potential_issues". Users can set the default value via env variable CHECKED_RESULTS_KEEP.


[Package checked version 0.2.0 Index]