test_package: Run all tests in an installed package...
Description
Run all tests in an installed packageUsage
test_package(package, reporter="summary")
Details
Test are run in an environment that inherits from the package
environment so that tests can access non-exported functions and
variables.