[R-gregmisc-users] SF.net SVN: r-gregmisc:[1927] trunk/gdata/inst
Brought to you by:
warnes
From: <wa...@us...> - 2015-04-14 21:56:01
|
Revision: 1927 http://sourceforge.net/p/r-gregmisc/code/1927 Author: warnes Date: 2015-04-14 21:55:54 +0000 (Tue, 14 Apr 2015) Log Message: ----------- Update NEWS and ChangeLog for gdata 2.15.0 Modified Paths: -------------- trunk/gdata/inst/ChangeLog trunk/gdata/inst/NEWS Modified: trunk/gdata/inst/ChangeLog =================================================================== --- trunk/gdata/inst/ChangeLog 2015-04-14 21:52:53 UTC (rev 1926) +++ trunk/gdata/inst/ChangeLog 2015-04-14 21:55:54 UTC (rev 1927) @@ -1,3 +1,12 @@ +2015-04-14 warnes + + * [r1926] R/write.fwf.R, man/write.fwf.Rd: Add 'scientific' + argument to write.fwf to allow control of whether numeric values + can be displated using scientific notation. + * [r1925] inst/perl/xls2csv.pl: Replace depricated PERL function + POSIX::isnumeric with equivalent regexp + * [r1924] inst/ChangeLog: Add gdata ChangeLog to SVN + 2015-04-10 warnes * [r1922] DESCRIPTION, NAMESPACE, inst/NEWS: Update files for gdata Modified: trunk/gdata/inst/NEWS =================================================================== --- trunk/gdata/inst/NEWS 2015-04-14 21:52:53 UTC (rev 1926) +++ trunk/gdata/inst/NEWS 2015-04-14 21:55:54 UTC (rev 1927) @@ -9,7 +9,16 @@ - New functions left() and right() to return the leftmost or rightmost n (default to 6) columns of a matrix or dataframe. +- New 'scienfic' argument to write.fwf(). Set 'scientific=FALSE' to + prevent numeric columns from being displayed using scientific + notification. +Other changes: + +- Replaced depricated PERL function POSIX::isdigit with equivalent + regular expression. + + Changes in 2.14.0 (2014-08-27) ------------------------------ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |