[Lme4-commits] r1580 - pkg/lme4Eigen/tests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Feb 8 21:14:34 CET 2012


Author: dmbates
Date: 2012-02-08 21:14:34 +0100 (Wed, 08 Feb 2012)
New Revision: 1580

Removed:
   pkg/lme4Eigen/tests/doRunit.R
Log:
Remove last vestige of tests using RUnit


Deleted: pkg/lme4Eigen/tests/doRunit.R
===================================================================
--- pkg/lme4Eigen/tests/doRunit.R	2012-02-08 20:01:11 UTC (rev 1579)
+++ pkg/lme4Eigen/tests/doRunit.R	2012-02-08 20:14:34 UTC (rev 1580)
@@ -1,22 +0,0 @@
-#### doRUnit.R --- Run RUnit tests
-####------------------------------------------------------------------------
-
-### MM: Vastly changed:  This should also be "runnable" for *installed*
-##              package which has no ./tests/
-## ----> put the bulk of the code e.g. in  ../inst/unitTests/runTests.R :
-
-
-if(require("RUnit", quietly = TRUE)) {
-    pkg <- "lme4Eigen"
-
-    require( pkg, character.only=TRUE)
-
-    path <- system.file("unitTests", package = pkg)
-
-    stopifnot(file.exists(path), file.info(path.expand(path))$isdir)
-
-    source(file.path(path, "runTests.R"), echo = TRUE)
-} else {
-    print( "package RUnit not available, cannot run unit tests" )
-}
-



More information about the Lme4-commits mailing list