[Lme4-commits] r1447 - pkg/lme4Eigen/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Nov 16 17:05:51 CET 2011
Author: dmbates
Date: 2011-11-16 17:05:51 +0100 (Wed, 16 Nov 2011)
New Revision: 1447
Modified:
pkg/lme4Eigen/R/lmer.R
Log:
Issue warning about sparseX option.
Modified: pkg/lme4Eigen/R/lmer.R
===================================================================
--- pkg/lme4Eigen/R/lmer.R 2011-11-16 16:05:27 UTC (rev 1446)
+++ pkg/lme4Eigen/R/lmer.R 2011-11-16 16:05:51 UTC (rev 1447)
@@ -4,6 +4,7 @@
subset, weights, na.action, offset,
contrasts = NULL, devFunOnly=FALSE, ...)
{
+ if (sparseX) warning("sparseX = TRUE has no effect at present")
mf <- mc <- match.call()
## '...' handling up front, safe-guarding against typos ("familiy") :
if(length(l... <- list(...))) {
More information about the Lme4-commits
mailing list