https://github.com/cran/bbmle
Raw File
Tip revision: 0877514d5b6d663f593fdd6d43310db0c48a650e authored by Ben Bolker on 14 September 2011, 15:14:32 UTC
version 1.0.3
Tip revision: 0877514
RUnit-tests.R
require(RUnit)
## TODO -- find solution to run these tests on R-forge

##testsuite <- defineTestSuite("phylobase", dirs="/home/francois/Work/R-dev/phylobase/branches/fm-branch/RUnit-tests",
##                             testFileRegexp="^test", testFuncRegexp="^test")
##testRslt <- runTestSuite(testsuite)
##printTextProtocol(testRslt)
back to top