[R-gregmisc-users] SF.net SVN: r-gregmisc:[1877] trunk/gdata
Brought to you by:
warnes
From: <wa...@us...> - 2014-08-28 02:08:44
|
Revision: 1877 http://sourceforge.net/p/r-gregmisc/code/1877 Author: warnes Date: 2014-08-28 02:08:37 +0000 (Thu, 28 Aug 2014) Log Message: ----------- Update for release Modified Paths: -------------- trunk/gdata/DESCRIPTION trunk/gdata/inst/NEWS Modified: trunk/gdata/DESCRIPTION =================================================================== --- trunk/gdata/DESCRIPTION 2014-08-28 02:01:52 UTC (rev 1876) +++ trunk/gdata/DESCRIPTION 2014-08-28 02:08:37 UTC (rev 1877) @@ -4,8 +4,8 @@ Depends: R (>= 2.13.0) SystemRequirements: perl Imports: gtools -Version: 2.13.3 -Date: 2014-04-04 +Version: 2.14.0 +Date: 2014-08-27 Author: Gregory R. Warnes, 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 2014-08-28 02:01:52 UTC (rev 1876) +++ trunk/gdata/inst/NEWS 2014-08-28 02:08:37 UTC (rev 1877) @@ -1,12 +1,27 @@ +Changes in 2.14.0 (2014-08-27) +------------------------------ + +Bug Fixes: + +- read.xls() can now properly process XLSX files with up to 16385 columns (the + maximum generated by Microsoft Excel). + +Other changes: + +- Updated perl libraries and code underlying read.xls() to the latest + version, including switching from Spreadsheet::XLSX to + Spreadsheet::ParseXLSX. + + Changes in 2.13.3 (2014-04-04) ------------------------------ -Bug Fixes +Bug Fixes: - Unit tests were incorrectly checking for equality of optional POSIXlt components. (Bug reported by Brian Ripley). -Other Changes +Other Changes: - 'aggregate.table' is now defunct. See '?gdata-defunct' for details. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |