results {checked} | R Documentation |
Check results
Description
Get R CMD check results
Usage
results(x, ...)
## S3 method for class 'check_design'
results(x, error_on = options::opt("results_error_on"), ...)
Arguments
x |
|
... |
other parameters. |
error_on |
character vector indicating whether R error should be thrown when issues
are discovered when generating results. "never" means that no errors
are thrown. If "issues" then errors are emitted only on issues, whereas
"potential issues" stands for error on both issues and potential issues. (Defaults to |
See Also
Other results:
print.checked_results()
,
results_to_file()
[Package checked version 0.2.9 Index]