runLocalTests {rdwd} | R Documentation |
run local tests of rdwd
Description
Run rdwd
tests on local machine. Due to time-intensive
data downloads, these tests are not run automatically on CRAN.
Usage
runLocalTests(
dir_data = locdir(),
dir_exmpl = berryFunctions::packagePath(file = "misc/ExampleTests"),
start = 1,
quiet = rdwdquiet()
)
Arguments
dir_data |
Reusable data location. Preferably not under version control.
DEFAULT: |
dir_exmpl |
Reusable example location. DEFAULT: local directory |
start |
Number to start tests at, helpful for partially successful runs. DEFAULT: 1 |
quiet |
Suppress progress messages? DEFAULT: FALSE through |
Value
Time taken to run tests in minutes
Author(s)
Berry Boessenkool, berry-b@gmx.de, Apr-Oct 2019
See Also
[Package rdwd version 1.8.0 Index]