search for: runittest

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

Did you mean: unittest
2007 Sep 05
2
RUnit testing with R CMD check and more (was: R CMD check recursive copy of tests/)
Hello! I have looked at Martin's recent work on "merging" unit tests with R CMD check, fused it with my and Tony's contributions and developed it a bit further. Take a look into the attached demo package on how it works. In essence: PKG/inst/RUnitTests |- runRUnitTests.R (script to run RUnit tests) \- ... (any RUnit test file) PKG/R/runRUnitTests.R (wrapper function to call PKG/inst/RUnitTests/runRUnitTests.R) PKG/man/runRUnitTests.Rd (help with examples! section) The following can be achieved: * use...