tests/run_tests_travis.R

library("RUnit")

# source(file.path("R", "create_random_ts.R"))


test.suit <- defineTestSuite("TestTSDataUtil",
                             dirs = getwd(),
                             testFileRegexp = '^\\d+\\.R')

test.result <- runTestSuite(test.suit)

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