[R-gregmisc-users] SF.net SVN: r-gregmisc:[1547] trunk/gdata
Brought to you by:
warnes
From: <wa...@us...> - 2012-06-06 20:30:28
|
Revision: 1547 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1547&view=rev Author: warnes Date: 2012-06-06 20:30:17 +0000 (Wed, 06 Jun 2012) Log Message: ----------- Update DESCRIPTION and NEWS for 2.10.1 release. Modified Paths: -------------- trunk/gdata/DESCRIPTION trunk/gdata/inst/NEWS Modified: trunk/gdata/DESCRIPTION =================================================================== --- trunk/gdata/DESCRIPTION 2012-06-06 20:26:01 UTC (rev 1546) +++ trunk/gdata/DESCRIPTION 2012-06-06 20:30:17 UTC (rev 1547) @@ -3,8 +3,8 @@ Description: Various R programming tools for data manipulation Depends: R (>= 2.6.0) Imports: gtools -Version: 2.10.0 -Date: 2012-06-05 +Version: 2.10.1 +Date: 2012-06-06 Author: Gregory R. Warnes, with contributions from Ben Bolker, Gregor Gorjanc, Gabor Grothendieck, Ales Korosec, Thomas Lumley, Don MacQueen, Arni Magnusson, Jim Rogers, and others Modified: trunk/gdata/inst/NEWS =================================================================== --- trunk/gdata/inst/NEWS 2012-06-06 20:26:01 UTC (rev 1546) +++ trunk/gdata/inst/NEWS 2012-06-06 20:30:17 UTC (rev 1547) @@ -1,3 +1,13 @@ +Changes in 2.10.1 (2012-06-05) +------------------------------ + +Bug fixes: + +- Undo removal of 'nobs' and 'nobs.lm'. Instead define aliases for + 'nobs' and 'nobs.lm' to support backward compatibility for packages + depending on gdata. + + Changes in 2.10.0 (2012-06-05) ------------------------------ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |