[R-gregmisc-users] SF.net SVN: r-gregmisc:[1601] trunk/gdata
Brought to you by:
warnes
From: <wa...@us...> - 2012-08-22 16:47:34
|
Revision: 1601 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1601&view=rev Author: warnes Date: 2012-08-22 16:47:28 +0000 (Wed, 22 Aug 2012) Log Message: ----------- Update DESCRIPTION and NEWS for gdate 2.11.1. Modified Paths: -------------- trunk/gdata/DESCRIPTION trunk/gdata/inst/NEWS Modified: trunk/gdata/DESCRIPTION =================================================================== --- trunk/gdata/DESCRIPTION 2012-08-22 16:42:48 UTC (rev 1600) +++ trunk/gdata/DESCRIPTION 2012-08-22 16:47:28 UTC (rev 1601) @@ -4,8 +4,8 @@ Depends: R (>= 2.13.0) SystemRequirements: perl Imports: gtools -Version: 2.11.0 -Date: 2012-06-08 +Version: 2.11.1 +Date: 2012-09-22 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-08-22 16:42:48 UTC (rev 1600) +++ trunk/gdata/inst/NEWS 2012-08-22 16:47:28 UTC (rev 1601) @@ -1,3 +1,18 @@ +Changes in 2.11.1 (2012-09-22) +------------------------------ + +Enhancements: + +- read.xls() now supports fileEncoding argument to allow non-ascii + encoded data to be handled. See the manual page for an example. + +Bug Fixes: + +- The perl script utilized by read.xls() was incorrectly appending a + space character at the end of each line, causing problems with + character and NA entries in the final column. + + Changes in 2.11.0 (2012-06-18) ------------------------------ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |