Print checked results
# S3 method for checked_results
print(x, ...)# S3 method for rev_dep_dep_results
print(x, ..., name = NULL, keep = options::opt("results_keep"))
# S3 method for local_check_results
print(x, ..., name = NULL, keep = options::opt("results_keep"))
an object to be printed.
other parameters.
character name of the rev_dep_dep package
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". (Defaults to "all", overwritable using option 'checked.results_keep' or environment variable 'R_CHECKED_RESULTS_KEEP')
Other results:
results()