[R-gregmisc-users] SF.net SVN: r-gregmisc:[1953] trunk/gdata/inst
Brought to you by:
warnes
|
From: <wa...@us...> - 2015-04-23 22:49:12
|
Revision: 1953
http://sourceforge.net/p/r-gregmisc/code/1953
Author: warnes
Date: 2015-04-23 22:49:10 +0000 (Thu, 23 Apr 2015)
Log Message:
-----------
Update NEWS and ChangeLog
Modified Paths:
--------------
trunk/gdata/inst/ChangeLog
trunk/gdata/inst/NEWS
Modified: trunk/gdata/inst/ChangeLog
===================================================================
--- trunk/gdata/inst/ChangeLog 2015-04-23 22:41:46 UTC (rev 1952)
+++ trunk/gdata/inst/ChangeLog 2015-04-23 22:49:10 UTC (rev 1953)
@@ -1,5 +1,11 @@
2015-04-23 warnes
+ * [r1952] R/write.fwf.R: - write.fwf() now properly supports
+ matrix objects, including matrix objects wihtout column
+ names. (Reported by Carl Witthoft.)
+ * [r1951] inst/perl/xls2csv.pl: Remove 'use POSIX' from xls2csv.pl
+ since it is no longer needed
+ * [r1939] inst/ChangeLog, inst/NEWS: Update NEWS and ChangeLog
* [r1938] R/reorder.R: reorder.factor() now hands off processing to
stats:::reorder.default() when either 'X' or 'FUN' is specified.
Modified: trunk/gdata/inst/NEWS
===================================================================
--- trunk/gdata/inst/NEWS 2015-04-23 22:41:46 UTC (rev 1952)
+++ trunk/gdata/inst/NEWS 2015-04-23 22:49:10 UTC (rev 1953)
@@ -29,15 +29,21 @@
and providing either 'X' or 'FUN' causes processing to be handed off to
stats:::reorder.defailt() so will return the same results whether gdata
is loaded or not. (Reported by Sam Hunter.)
+
+- write.fwf() now properly supports matrix objects, including matrix
+ objects without column names. (Reported by Carl Witthoft.)
Other changes:
-- Replaced depricated PERL function POSIX::isdigit with equivalent regular
- expression.
+- Replaced depricated PERL function POSIX::isdigit in xls2csv.pl
+ (which is used by read.xls() ) with an equivalent regular
+ expression. (Reported by both Charles Plessy, Gerrit-jan Schutten,
+ and Paul Johnson. Charles also provided a patch to correct the
+ issue.)
- object.size() now returns objects with S3 class 'object_sizes' (note the
final 's') to avoid conflicts with methods in utils for class 'object_size'
- which can only handle a scalar size.
+ provided by package 'utils' which can only handle a scalar size.
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.
|