[R-gregmisc-users] SF.net SVN: r-gregmisc:[1567] trunk/gdata/inst/NEWS
Brought to you by:
warnes
From: <wa...@us...> - 2012-06-18 20:32:16
|
Revision: 1567 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1567&view=rev Author: warnes Date: 2012-06-18 20:32:10 +0000 (Mon, 18 Jun 2012) Log Message: ----------- Update NEWS for 2.11.0 release. Modified Paths: -------------- trunk/gdata/inst/NEWS Modified: trunk/gdata/inst/NEWS =================================================================== --- trunk/gdata/inst/NEWS 2012-06-18 20:27:16 UTC (rev 1566) +++ trunk/gdata/inst/NEWS 2012-06-18 20:32:10 UTC (rev 1567) @@ -1,3 +1,21 @@ +Changes in 2.11.0 (2012-06-18) +------------------------------ + +New Features: + +- read.xls() and supporting functions now allow blank lines to be + preserved, rather than skipped, by supplying the argument + "blank.lines.skip=FALSE". The underlying perl function has been + extended to suppor this via an optional "-s" argument which, when + present, *preserves* blank lines during the conversion. (The + default behavior remains unchanged.) + +Other Changes: + +- Add SystemRequirements field specifying that perl is necessary for + gdata to function fully. + + Changes in 2.10.6 (2012-06-12) ------------------------------ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |