[Lme4-commits] r1397 - pkg/lme4a
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Sep 22 16:28:17 CEST 2011
Author: dmbates
Date: 2011-09-22 16:28:17 +0200 (Thu, 22 Sep 2011)
New Revision: 1397
Modified:
pkg/lme4a/ChangeLog
pkg/lme4a/NAMESPACE
Log:
Switch to S3 methods when dispatch is on one argument only.
Modified: pkg/lme4a/ChangeLog
===================================================================
--- pkg/lme4a/ChangeLog 2011-09-22 14:25:40 UTC (rev 1396)
+++ pkg/lme4a/ChangeLog 2011-09-22 14:28:17 UTC (rev 1397)
@@ -1,3 +1,8 @@
+2011-06-25 Douglas Bates <bates at stat.wisc.edu>
+
+ * R/profile.R: Axes on panels in lower triangle were transposed (thanks
+ to Jing Kong for pointing this out).
+
2011-06-01 Douglas Bates <bates at stat.wisc.edu>
* tests/lmer-1.R, tests/lmer-1.Rout.save: Rearrange tests for similar
Modified: pkg/lme4a/NAMESPACE
===================================================================
--- pkg/lme4a/NAMESPACE 2011-09-22 14:25:40 UTC (rev 1396)
+++ pkg/lme4a/NAMESPACE 2011-09-22 14:28:17 UTC (rev 1397)
@@ -10,9 +10,12 @@
import("splines")
import("Rcpp")
-importFrom("graphics", plot)
-importFrom("nlme", fixef, ranef, VarCorr)
-#importFrom("stats4", AIC, BIC, logLik)# so S4 methods are used!
+importFrom("graphics"
+ , plot)
+importFrom("nlme"
+ , fixef
+ , ranef
+ , VarCorr)
importFrom("stats"
, AIC
, BIC
More information about the Lme4-commits
mailing list