[R-gregmisc-users] SF.net SVN: r-gregmisc:[1552] trunk/gdata
Brought to you by:
warnes
From: <wa...@us...> - 2012-06-06 22:10:45
|
Revision: 1552 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1552&view=rev Author: warnes Date: 2012-06-06 22:10:39 +0000 (Wed, 06 Jun 2012) Log Message: ----------- Update for release 2.10.2 Modified Paths: -------------- trunk/gdata/DESCRIPTION trunk/gdata/inst/NEWS Modified: trunk/gdata/DESCRIPTION =================================================================== --- trunk/gdata/DESCRIPTION 2012-06-06 22:09:04 UTC (rev 1551) +++ trunk/gdata/DESCRIPTION 2012-06-06 22:10:39 UTC (rev 1552) @@ -3,7 +3,7 @@ Description: Various R programming tools for data manipulation Depends: R (>= 2.6.0) Imports: gtools -Version: 2.10.1 +Version: 2.10.2 Date: 2012-06-06 Author: Gregory R. Warnes, with contributions from Ben Bolker, Gregor Gorjanc, Gabor Grothendieck, Ales Korosec, Thomas Lumley, Don MacQueen, Modified: trunk/gdata/inst/NEWS =================================================================== --- trunk/gdata/inst/NEWS 2012-06-06 22:09:04 UTC (rev 1551) +++ trunk/gdata/inst/NEWS 2012-06-06 22:10:39 UTC (rev 1552) @@ -1,8 +1,16 @@ -Changes in 2.10.1 (2012-06-05) +Changes in 2.10.2 (2012-06-06) ------------------------------ Bug fixes: +- Fix issues in nobs.default identified in testing with the gmodels package. + + +Changes in 2.10.1 (2012-06-06) +------------------------------ + +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. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |