R CMD check
R/parse.R
parse_check.Rd
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.
file
text
NULL
00check.log
parse_check(file = NULL, text = NULL, ...)
The 00check.log file, or a directory that contains that file. It can also be a connection object.
The contents of a 00check.log file.
Other arguments passed onto the constructor. Used for testing.
An rcmdcheck object, the check results.
rcmdcheck
parse_check_url