search for: result_foo

Displaying 1 result from an estimated 1 matches for "result_foo".

Did you mean: result_fd
2006 Feb 04
1
RUnit - need advice on a good directory structure or tips...
...'test'. ## ################################################## library("RUnit") suite_foo <- defineTestSuite("foo", dirs = ".", testFileRegexp = "^test.+\\.r", testFuncRegexp = "^test.+" ) result_foo <- runTestSuite(suite_foo) printTextProtocol(result_foo) ## printHTMLProtocol(result_foo, fileName="result_foo.html") ## runTestFile("test_foo.r") ====================================================== ################################################## ## ../codes/f...