[Lme4-commits] r1863 - in pkg/lme4.0: . R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Sep 23 16:10:52 CEST 2013
Author: mmaechler
Date: 2013-09-23 16:10:52 +0200 (Mon, 23 Sep 2013)
New Revision: 1863
Added:
pkg/lme4.0/.Rbuildignore
Modified:
pkg/lme4.0/DESCRIPTION
pkg/lme4.0/R/lmList.R
Log:
cosmetic for new CRAN checks
Added: pkg/lme4.0/.Rbuildignore
===================================================================
--- pkg/lme4.0/.Rbuildignore (rev 0)
+++ pkg/lme4.0/.Rbuildignore 2013-09-23 14:10:52 UTC (rev 1863)
@@ -0,0 +1 @@
+Done
Modified: pkg/lme4.0/DESCRIPTION
===================================================================
--- pkg/lme4.0/DESCRIPTION 2013-09-23 14:01:37 UTC (rev 1862)
+++ pkg/lme4.0/DESCRIPTION 2013-09-23 14:10:52 UTC (rev 1863)
@@ -1,6 +1,6 @@
Package: lme4.0
-Version: 0.999999-3
-Date: 2013-08-09
+Version: 0.999999-4
+Date: 2013-09-23
Title: Linear mixed-effects models using S4 classes
Description: Fit linear and generalized linear mixed-effects models.
This is the implementation of lme4 available on CRAN and developed up to 2011.
@@ -13,7 +13,7 @@
Author: Douglas Bates <bates at stat.wisc.edu>,
Martin Maechler <maechler at R-project.org> and
Ben Bolker <bolker at mcmaster.ca>
-Maintainer: Ben Bolker <bbolker+lme4-authors at gmail.com>
+Maintainer: Ben Bolker <bbolker+lme4 at gmail.com>
Depends: methods, R(>= 2.11.1), Matrix(>= 1.0-1), lattice
LinkingTo: Matrix, stats
Imports: graphics, nlme, stats4, stats
Modified: pkg/lme4.0/R/lmList.R
===================================================================
--- pkg/lme4.0/R/lmList.R 2013-09-23 14:01:37 UTC (rev 1862)
+++ pkg/lme4.0/R/lmList.R 2013-09-23 14:10:52 UTC (rev 1863)
@@ -184,7 +184,6 @@
setMethod("plot", signature(x = "lmList.confint"),
function(x, y, ...)
{
- stopifnot(require("lattice"))
arr <- as(x, "array")
dd <- dim(arr)
dn <- dimnames(arr)
More information about the Lme4-commits
mailing list