Plot checked results
# S3 method for checked_results
print(x, ...)# S3 method for checked_results_check_task_spec
print(
x,
keep = Sys.getenv("CHECKED_RESULTS_KEEP", c("all", "issues", "potential_issues")[1]),
...
)
# S3 method for checked_results_revdep_check_task_spec
print(x, ...)
an object to be printed.
other parameters described below
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
.