checkArgus: checkArgus

Description Usage Arguments Value Author(s) Examples

Description

Allows to run (subsets) of pre-defined tests and checks

Usage

1
checkArgus(tau_exe, what = "everything", verbose = FALSE)

Arguments

tau_exe

path to tau-argus executable

what

which find of tests should be run? Valid choices are either 'everything' (in which case all defined test-instances will run) or outputs of availableTests.

verbose

(logical) if TRUE, additional information (runtime,...) about the tests is written to the prompt

Value

an error if any of the test fails, TRUE else

Author(s)

Bernhard Meindl <bernhard.meindl@statistik.gv.at>

Examples

1
2
3
4
5
## Not run: 
checkArgus(tau_exe="c:/tau/tau.exe", what="everything")
checkArgus(tau_exe="c:/tau/tau.exe", what=availableTests()[1])

## End(Not run)

sdcTools/checkTauArgus documentation built on May 9, 2019, 5:58 p.m.