This is a utility function to run doctests in a local source package.
It calls testthat::test_local()
.
Arguments
- path
Path to package
- ...
Passed to
testthat::test_local()
.
Value
The result of testthat::test_local()
.
This is a utility function to run doctests in a local source package.
It calls testthat::test_local()
.
Path to package
Passed to testthat::test_local()
.
The result of testthat::test_local()
.