Skip to contents

Print 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.

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.

See also

Other results: results(), results_to_file()