checks_to_markdown | R Documentation |
Convert checks to markdown-formatted report
checks_to_markdown(checks, render = FALSE)
checks |
Result of main pkgcheck function |
render |
If |
Markdown-formatted version of check report
Other extra:
list_pkgchecks()
,
logfile_names()
,
render_md2html()
## Not run:
checks <- pkgcheck ("/path/to/my/package")
md <- checks_to_markdown (checks) # markdown-formatted character vector
md <- checks_to_markdown (checks, render = TRUE) # HTML version
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.