[R-gregmisc-users] SF.net SVN: r-gregmisc: [1029] trunk/gmodels/NEWS
Brought to you by:
warnes
From: <wa...@us...> - 2006-11-29 00:11:20
|
Revision: 1029 http://svn.sourceforge.net/r-gregmisc/?rev=1029&view=rev Author: warnes Date: 2006-11-28 16:11:16 -0800 (Tue, 28 Nov 2006) Log Message: ----------- Update for 2.13.1 Modified Paths: -------------- trunk/gmodels/NEWS Modified: trunk/gmodels/NEWS =================================================================== --- trunk/gmodels/NEWS 2006-11-29 00:05:57 UTC (rev 1028) +++ trunk/gmodels/NEWS 2006-11-29 00:11:16 UTC (rev 1029) @@ -3,8 +3,17 @@ Bug Fixes: +- Problem: R CMD check errors under development version of R 2.5.0 + Solution: + - Add additional packages to 'Suggests' list in DESCRIPTION + - Remove extra trailing comma in function calls + - fix various code/doc inconsistencies + - Problem: estimable() was failing for lmer objects. - Solution: Add estimable.lmer() to the exported methods list in NAMESPACE + Solution: + - Create a generic estimable() + - Move old function to estimable.default() + - Add estimable.lmer() to the exported methods list in NAMESPACE Version 2.13.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |