Shorthand to parse R CMD check results from a URL
parse_check_url(url, quiet = FALSE)
URL to parse the results from. Note that it should not contain HTML markup, just the text output.
Passed to download.file
.
An rcmdcheck
object, the check results.