| parse_check {rcmdcheck} | R Documentation |
R CMD check results from a file or stringAt 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.
parse_check(file = NULL, text = NULL, ...)
file |
The |
text |
The contents of a |
... |
Other arguments passed onto the constructor. Used for testing. |
An rcmdcheck object, the check results.