parse_check {rcmdcheck} | R Documentation |
Parse R CMD check
results from a file or string
Description
At most one of file
or text
can be given.
If both are NULL
, then the current working directory
is checked for a 00check.log
file.
Usage
parse_check(file = NULL, text = NULL, ...)
Arguments
file |
The |
text |
The contents of a |
... |
Other arguments passed onto the constructor. Used for testing. |
Value
An rcmdcheck
object, the check results.
See Also
[Package rcmdcheck version 1.4.0 Index]