R/test.helper.R

allTradesysTests <- defineTestSuite("All Tests", 
   dirs=system.file("tests", package="tradesys"), 
   testFileRegexp="Test.R$")

runAllTradesysTests <- function() {
   testResults <- runTestSuite(allTradesysTests)
   printTextProtocol(testResults)
}

Try the tradesys package in your browser

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

tradesys documentation built on May 2, 2019, 4:53 p.m.