check_man | R Documentation |
R CMD check
does.This function attempts to run the documentation related checks in the
same way that R CMD check
does. Unfortunately it can't run them
all because some tests require the package to be loaded, and the way
they attempt to load the code conflicts with how devtools does it.
check_man(pkg = ".")
pkg |
The package to use, can be a file path to the package or a
package object. See |
Nothing. This function is called purely for it's side effects: if no errors there will be no output.
## Not run: check_man("mypkg") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.