[R-gregmisc-users] SF.net SVN: r-gregmisc:[1577] trunk/gmodels
Brought to you by:
warnes
From: <wa...@us...> - 2012-06-28 00:49:12
|
Revision: 1577 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1577&view=rev Author: warnes Date: 2012-06-28 00:49:06 +0000 (Thu, 28 Jun 2012) Log Message: ----------- Update for gmodels version 2.15.3. Modified Paths: -------------- trunk/gmodels/DESCRIPTION trunk/gmodels/inst/NEWS Modified: trunk/gmodels/DESCRIPTION =================================================================== --- trunk/gmodels/DESCRIPTION 2012-06-28 00:47:23 UTC (rev 1576) +++ trunk/gmodels/DESCRIPTION 2012-06-28 00:49:06 UTC (rev 1577) @@ -1,6 +1,6 @@ Package: gmodels -Version: 2.15.2 -Date: 2012-04-19 +Version: 2.15.3 +Date: 2012-06-27 Title: Various R programming tools for model fitting Author: Gregory R. Warnes. Includes R source code and/or documentation contributed by Ben Bolker, Thomas Lumley, and Randall C @@ -11,7 +11,7 @@ Maintainer: Gregory R. Warnes <gr...@wa...> Description: Various R programming tools for model fitting Depends: R (>= 1.9.0) -Suggests: gplots, gtools, Matrix, nlme, lme4 +Suggests: gplots, gtools, Matrix, nlme, lme4 (>= 0.999999-0) Imports: MASS, gdata License: GPL-2 URL: http://cran.r-project.org/src/contrib/PACKAGES.html Modified: trunk/gmodels/inst/NEWS =================================================================== --- trunk/gmodels/inst/NEWS 2012-06-28 00:47:23 UTC (rev 1576) +++ trunk/gmodels/inst/NEWS 2012-06-28 00:49:06 UTC (rev 1577) @@ -1,3 +1,12 @@ +Version 2.15.3 - 2012-06-27 +--------------------------- + +Bug fixes: + +- Update est.mer() to work with "mer" object changes introduced in + lme4 version 0.999999-0. + + Version 2.15.2 - 2012-04-19 --------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |