powered by
This is a utility function to run doctests in a local source package. It calls testthat::test_local().
testthat::test_local()
test_doctests(path = ".", ...)
The result of testthat::test_local().
Path to package
Passed to testthat::test_local().
if (FALSE) { test_doctests() }
Run the code above in your browser using DataLab