| test {devtools} | R Documentation |
Tests are assumed to be located in either the inst/tests/ or
tests/testthat directory (the latter is recommended).
See test_dir for the naming convention of test
scripts within one of those directories and
test_check for the folder structure conventions.
test(pkg = ".", filter = NULL, ...) uses_testthat(pkg = ".")
pkg |
package description, can be path or package name. See
|
filter |
If not |
... |
additional arguments passed to |
If no testing infrastructure is present
(detected by the uses_testthat function), you'll be asked if you want
devtools to create it for you (in interactive sessions only). See
use_test for more details.