test_doctests {doctest} | R Documentation |
This is a utility function to run doctests in a local source package.
It calls testthat::test_local()
.
test_doctests(path = ".", ...)
path |
Path to package |
... |
Passed to |
The result of testthat::test_local()
.
## Not run:
test_doctests()
## End(Not run)