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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Feb 9 20:33:28 CET 2012


Author: dmbates
Date: 2012-02-09 20:33:27 +0100 (Thu, 09 Feb 2012)
New Revision: 1587

Modified:
   pkg/lme4Eigen/tests/varcorr.R
Log:
Cut down on complaints from R CMD check, which claims that the lme4 package should be in the Suggests: if this line appears to be an executable line in the script.


Modified: pkg/lme4Eigen/tests/varcorr.R
===================================================================
--- pkg/lme4Eigen/tests/varcorr.R	2012-02-09 18:41:24 UTC (rev 1586)
+++ pkg/lme4Eigen/tests/varcorr.R	2012-02-09 19:33:27 UTC (rev 1587)
@@ -16,7 +16,7 @@
 
 if (FALSE) {
   ## testing lme4/lme4Eigen incompatibility
-  library(lme4)
+##  library(lme4)
   VarCorr(fm1)
   lme4Eigen:::VarCorr.merMod(fm1) ## OK
 }



More information about the Lme4-commits mailing list