R/has_tests.R
pkgtest.Rd
devtools comes with some simple packages for testing. This function returns the path to them.
pkgtest(package)
Name of the test package.
if (has_tests()) { pkgtest("testData") }