test_package {testthat} | R Documentation |
Test are run in an environment that inherits from the package environment so that tests can access non-exported functions and variables.
test_package(package, filter = NULL, reporter = "summary")
package |
package name |
filter |
If not |
reporter |
reporter to use |
## Not run: test_package("testthat")