View source: R/check_process.R
checks_capture | R Documentation |
Parse R CMD checks from a partial check output string
checks_capture(x)
x |
A string, compsoed of any subsection of R CMD check console output |
A matrix of matches and capture groups "check" and "status" ("OK", "NONE", "NOTE", "WARNING" or "ERROR").
## Not run:
check_output <- "
* checking check one ... OK
* checking check two ... NOTE
* checking tests ...
Running test_abc.R
Running test_xyz.R
NONE
* checking check three ... WARNING
* ch
"
checks_capture(check_output)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.