search for: runtestfil

Displaying 2 results from an estimated 2 matches for "runtestfil".

Did you mean: runtestfile
2013 Jan 14
1
Issue with getParserData in R3.0.0
...ON_CALL TRUE abs_max 3 1 1 1 7 3 14 expr FALSE 2 1 8 1 8 2 14 '(' TRUE ( 4 1 9 1 9 4 6 SYMBOL TRUE a ... The RUnit call from the command line is runTestFile('/home/brian/workspace/lambda.r/inst/unitTests/runit.dispatching.4.R') and fails because of the NULL value of srcfile. The first line of the runit test file is abs_max(a, b) %::% numeric:numeric:numeric Any insights are appreciated. Brian
2006 Feb 04
1
RUnit - need advice on a good directory structure or tips...
...t;, 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/foo.r ## ## A code file sample ## ################################################## ## centigrade to fahrenheit c2f <- function(a) return(9...