print.rcmdcheck: Print R CMD check results

View source: R/print.R

print.rcmdcheckR Documentation

Print R CMD check results

Description

Print R CMD check results

Usage

## S3 method for class 'rcmdcheck'
print(
  x,
  header = TRUE,
  test_output = getOption("rcmdcheck.test_output", FALSE),
  ...
)

Arguments

x

Check result object to print.

header

Whether to print a header.

test_output

if TRUE, include the test output in the results, if there are no test failures. If some tests fail, then only the failures are printed.

...

Additional arguments, currently ignored.


r-lib/rcmdcheck documentation built on Nov. 9, 2023, 10:08 a.m.