[R-gregmisc-users] SF.net SVN: r-gregmisc:[1398] trunk/gdata
Brought to you by:
warnes
From: <wa...@us...> - 2010-01-24 08:33:40
|
Revision: 1398 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1398&view=rev Author: warnes Date: 2010-01-24 08:33:34 +0000 (Sun, 24 Jan 2010) Log Message: ----------- Update for 2.7.0 release Modified Paths: -------------- trunk/gdata/DESCRIPTION trunk/gdata/inst/NEWS trunk/gdata/inst/doc/mapLevels.pdf trunk/gdata/inst/doc/unknown.pdf Modified: trunk/gdata/DESCRIPTION =================================================================== --- trunk/gdata/DESCRIPTION 2010-01-24 08:21:24 UTC (rev 1397) +++ trunk/gdata/DESCRIPTION 2010-01-24 08:33:34 UTC (rev 1398) @@ -3,8 +3,8 @@ Description: Various R programming tools for data manipulation Depends: R (>= 2.6.0) Imports: gtools -Version: 2.6.1 -Date: 2009-08-19 +Version: 2.7.0 +Date: 2010-01-25 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 2010-01-24 08:21:24 UTC (rev 1397) +++ trunk/gdata/inst/NEWS 2010-01-24 08:33:34 UTC (rev 1398) @@ -1,3 +1,41 @@ +CHANGES IN 2.7.0 (2010-01-25) +----------------------------- + +Enhancements: + +- read.xls() now supports Excel 2007 'xlsx' files. + +- read.xls() now allows specification of worksheet by name + +- read.xls() now supports ftp URLs. + +- Improved ll() so user can limit output to specified classes + + + +New Functions: + +- sheetCount() and sheetNames() to determine the number and names of + worksheets in an Excel file, respecively. + +Bug Fixes: + +- Fix formatting warning in frameApply(). + +- Modify unit tests to avoid issues related to zime zones. + +- Resolve crash of "ll(.GlobalEnv)" + +- + +CHANGES IN 2.6.1 (2009-07-15) +----------------------------- + +Bug Fixes + +- Modify unit tests to avoid issues related to zime zones. + + CHANGES IN 2.6.0 (2009-07-15) ----------------------------- Modified: trunk/gdata/inst/doc/mapLevels.pdf =================================================================== (Binary files differ) Modified: trunk/gdata/inst/doc/unknown.pdf =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |