tests/run_tests.R

library("RUnit")
#Add Source File Name

test.suit <- defineTestSuite("TSPatternQuery",
                             dirs = file.path("tests"),
                             testFileRegexp = '^\\d+\\.R')

test.result <- runTestSuite(test.suit)

printTextProtocol(test.result)
joshmarsh/TSPatternQuery documentation built on May 19, 2019, 8:53 p.m.