Automatically test an entire package by converting examples to yaml
format
and submitting each to the autotest_yaml function.
autotest_package(
package = ".",
functions = NULL,
exclude = NULL,
test = FALSE,
test_data = NULL,
quiet = FALSE
)
package | Name of package to be 'autotested'. If not specified, default presumes current directory is within package to be tested. |
---|---|
functions | Optional character vector containing names of functions of nominated package to be included in 'autotesting'. |
exclude | Optional character vector containing names of any functions of nominated package to be excluded from 'autotesting'. |
test | If |
test_data | Result returned from calling either autotest_types or
autotest_package with |
quiet | If 'FALSE', provide printed output on screen. |
Other main_functions:
autotest_types()