Skip to contents

run_tests() runs the tests in the tests/ directory. This function only works if the simulation study is set up as an R project and if it is run when this R project is active.

Usage

run_tests()

Examples

if (FALSE) {
# run tests in the tests/ directory
run_tests()}