Convert checks to markdown-formatted report
Arguments
- checks
Result of main pkgcheck function
- render
If
TRUE, render output ashtmldocument and open in browser.
See also
Other extra:
fn_names_on_cran(),
list_pkgchecks(),
logfile_names(),
render_md2html()
Examples
if (FALSE) { # \dontrun{
checks <- pkgcheck ("/path/to/my/package")
md <- checks_to_markdown (checks) # markdown-formatted character vector
md <- checks_to_markdown (checks, render = TRUE) # HTML version
} # }
