inst/unitTests/run_tests.r

#Source this file to run all tests

require( "PBSddesolve" )
require( "RUnit" )

testsuite.dde <- defineTestSuite("dde",
	dirs = file.path(path.package(package="PBSddesolve"), "unitTests"),
	testFileRegexp = "^runit.+\\.r",
	testFuncRegexp = "^test.+",
	rngKind = "Marsaglia-Multicarry",
	rngNormalKind = "Kinderman-Ramage")


testResult <- runTestSuite(testsuite.dde)
printTextProtocol(testResult)

Try the PBSddesolve package in your browser

Any scripts or data that you put into this service are public.

PBSddesolve documentation built on Feb. 16, 2023, 6:26 p.m.