[R-gregmisc-users] SF.net SVN: r-gregmisc:[1709] trunk/gmodels
Brought to you by:
warnes
From: <wa...@us...> - 2013-07-18 13:57:29
|
Revision: 1709 http://sourceforge.net/p/r-gregmisc/code/1709 Author: warnes Date: 2013-07-18 13:57:26 +0000 (Thu, 18 Jul 2013) Log Message: ----------- Update for gmodels 2.15.4 Modified Paths: -------------- trunk/gmodels/DESCRIPTION trunk/gmodels/inst/NEWS Modified: trunk/gmodels/DESCRIPTION =================================================================== --- trunk/gmodels/DESCRIPTION 2013-07-18 13:54:31 UTC (rev 1708) +++ trunk/gmodels/DESCRIPTION 2013-07-18 13:57:26 UTC (rev 1709) @@ -1,9 +1,8 @@ Package: gmodels -Version: 2.15.3 -Date: 2012-06-27 +Version: 2.15.4 +Date: 2013-07-18 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 +Author: Gregory R. Warnes, Ben Bolker, Thomas Lumley, and Randall C Johnson. Contributions from Randall C. Johnson are Copyright (2005) SAIC-Frederick, Inc. Funded by the Intramural Research Program, of the NIH, National Cancer Institute, Center for Modified: trunk/gmodels/inst/NEWS =================================================================== --- trunk/gmodels/inst/NEWS 2013-07-18 13:54:31 UTC (rev 1708) +++ trunk/gmodels/inst/NEWS 2013-07-18 13:57:26 UTC (rev 1709) @@ -1,3 +1,16 @@ +Version 2.15.4 - 2013-07-18 +--------------------------- + +Bug fixes: + +- Correct error in estimable.mlm() that caused it to always fail. Added + test code to prevent future issues. + +Other Changes: + +- Update man page file for ci() to current Rd syntax. + + Version 2.15.3 - 2012-06-27 --------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |