[R-gregmisc-users] SF.net SVN: r-gregmisc:[1564] trunk/gdata
Brought to you by:
warnes
From: <wa...@us...> - 2012-06-13 01:10:34
|
Revision: 1564 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1564&view=rev Author: warnes Date: 2012-06-13 01:10:28 +0000 (Wed, 13 Jun 2012) Log Message: ----------- - nobs.default needs to handle logical vectors in addition to numeric vectors. - update DESCRIPTION and NEWS for 2.10.6. Modified Paths: -------------- trunk/gdata/DESCRIPTION trunk/gdata/R/nobs.R trunk/gdata/inst/NEWS Modified: trunk/gdata/DESCRIPTION =================================================================== --- trunk/gdata/DESCRIPTION 2012-06-13 01:00:07 UTC (rev 1563) +++ trunk/gdata/DESCRIPTION 2012-06-13 01:10:28 UTC (rev 1564) @@ -3,7 +3,7 @@ Description: Various R programming tools for data manipulation Depends: R (>= 2.13.0) Imports: gtools -Version: 2.10.5 +Version: 2.10.6 Date: 2012-06-08 Author: Gregory R. Warnes, with contributions from Ben Bolker, Gregor Gorjanc, Gabor Grothendieck, Ales Korosec, Thomas Lumley, Don MacQueen, Modified: trunk/gdata/R/nobs.R =================================================================== --- trunk/gdata/R/nobs.R 2012-06-13 01:00:07 UTC (rev 1563) +++ trunk/gdata/R/nobs.R 2012-06-13 01:10:28 UTC (rev 1564) @@ -21,4 +21,3 @@ ## Now provided by 'stats' package, so provide alias to satisfy ## dependencies nobs.lm <- stats:::nobs.lm - Modified: trunk/gdata/inst/NEWS =================================================================== --- trunk/gdata/inst/NEWS 2012-06-13 01:00:07 UTC (rev 1563) +++ trunk/gdata/inst/NEWS 2012-06-13 01:10:28 UTC (rev 1564) @@ -1,8 +1,31 @@ -Changes in 2.10.2 (2012-06-06) +Changes in 2.10.6 (2012-06-12) ------------------------------ Bug fixes: +- gdata::nobs.default() needs to handle logical vectors in addition to + numeric vectors. + +Changes in 2.10.{3,4,5} (2012-06-08) +------------------------------------ + +Bug fixes: + +- Mark example for installXLSsupport() as dontrun so R CMD check won't + fail on systems where PERL is not fully functional. + +- Correct name of installXLSsupport() in tests/test.read.xls.R. + +Other Changes: + +- Add dependency on R 2.13.0, since that is when stats::nobs appeared. + + +Changes in 2.10.2 (2012-06-06) +--------------------------------------- + +Bug fixes: + - Fix issues in nobs.default identified in testing with the gmodels package. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |