[R-gregmisc-users] SF.net SVN: r-gregmisc: [1016] trunk/gmodels
Brought to you by:
warnes
From: <wa...@us...> - 2006-11-27 20:45:59
|
Revision: 1016 http://svn.sourceforge.net/r-gregmisc/?rev=1016&view=rev Author: warnes Date: 2006-11-27 12:45:56 -0800 (Mon, 27 Nov 2006) Log Message: ----------- Update for 2.13.1 Modified Paths: -------------- trunk/gmodels/DESCRIPTION trunk/gmodels/NEWS Modified: trunk/gmodels/DESCRIPTION =================================================================== --- trunk/gmodels/DESCRIPTION 2006-11-27 20:36:28 UTC (rev 1015) +++ trunk/gmodels/DESCRIPTION 2006-11-27 20:45:56 UTC (rev 1016) @@ -1,5 +1,5 @@ Package: gmodels -Version: 2.13.0 +Version: 2.13.1 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 Johnson. Modified: trunk/gmodels/NEWS =================================================================== --- trunk/gmodels/NEWS 2006-11-27 20:36:28 UTC (rev 1015) +++ trunk/gmodels/NEWS 2006-11-27 20:45:56 UTC (rev 1016) @@ -1,6 +1,19 @@ -CHANGES IN GMODELS 2.12.0 -------------------------- +Version 2.13.1 +-------------- +Bug Fixes: + +- Problem: estimable() was failing for lmer objects. + Solution: Add estimable.lmer() to the exported methods list in NAMESPACE + + +Version 2.13.0 +-------------- + + +Version 2.12.0 +-------------- + - Updated Greg's email address. - Add support for lmer (lme version 4) objects to ci(), estimable(), @@ -14,11 +27,11 @@ estimable(reg, c( 0, 1, 0, -1)) which should make estimable() much easier to use for large models. -CHANGES IN GMODELS 2.1.0 ------------------------- +Version 2.1.0 +------------- -CHANGES IN GMODELS 2.0.8 ------------------------ +Version 2.0.8 +------------- - Added DESCRIPTION and removed DESCRIPTION.in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |