[R-gregmisc-users] SF.net SVN: r-gregmisc:[1545] trunk/gdata
Brought to you by:
warnes
From: <wa...@us...> - 2012-06-06 01:59:15
|
Revision: 1545 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1545&view=rev Author: warnes Date: 2012-06-06 01:59:09 +0000 (Wed, 06 Jun 2012) Log Message: ----------- Update DESCRIPTION and NEWS for 2.10.0 release Modified Paths: -------------- trunk/gdata/DESCRIPTION trunk/gdata/inst/NEWS Modified: trunk/gdata/DESCRIPTION =================================================================== --- trunk/gdata/DESCRIPTION 2012-06-06 01:53:25 UTC (rev 1544) +++ trunk/gdata/DESCRIPTION 2012-06-06 01:59:09 UTC (rev 1545) @@ -4,7 +4,7 @@ Depends: R (>= 2.6.0) Imports: gtools Version: 2.10.0 -Date: 2012-05-04 +Date: 2012-06-05 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 01:53:25 UTC (rev 1544) +++ trunk/gdata/inst/NEWS 2012-06-06 01:59:09 UTC (rev 1545) @@ -1,3 +1,31 @@ +Changes in 2.10.0 (2012-06-05) +------------------------------ + +New features: + +- New ls.funs() function to list all objects of class function in the + specified environment. + +- New startsWith() function to determine if a string "starts with" the + specified characters. + + +Enhancements: + +- Add 'na.strings' argument to read.xls() to convert Excel's '#DIV/0!' to NA. + + +Bug fixes: + +- Correct various R CMD check warnings + + +Other changes: + +- Base S3 method for nobs() and nobs.lm() method removed since these + are now provided in the stats package. + + Changes in 2.9.0 (2011-09-30) ----------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |