[R-gregmisc-users] SF.net SVN: r-gregmisc:[1934] trunk/gdata/inst
Brought to you by:
warnes
From: <wa...@us...> - 2015-04-22 22:42:01
|
Revision: 1934 http://sourceforge.net/p/r-gregmisc/code/1934 Author: warnes Date: 2015-04-22 22:41:58 +0000 (Wed, 22 Apr 2015) Log Message: ----------- Update NEWS and ChangeLog for gdata 2.16.0 Modified Paths: -------------- trunk/gdata/inst/ChangeLog trunk/gdata/inst/NEWS Modified: trunk/gdata/inst/ChangeLog =================================================================== --- trunk/gdata/inst/ChangeLog 2015-04-22 22:34:53 UTC (rev 1933) +++ trunk/gdata/inst/ChangeLog 2015-04-22 22:41:58 UTC (rev 1934) @@ -1,5 +1,16 @@ +2015-04-22 warnes + + * [r1933] NAMESPACE, R/object.size.R: Modify gdaata:object.size to + generate S3 objects of class 'object_sizes' (note the final 's') + to avoid conflicts with methods in utils for object_size. + * [r1932] R/reorder.R, tests/test.reorder.factor.R, + tests/test.reorder.factor.Rout.save: Correct behavior of + reorder.factor() when argument 'X' is supplied by delgating to + stats:::reorder.default() + 2015-04-14 warnes + * [r1929] inst/ChangeLog: Update ChangeLog * [r1928] man/write.fwf.Rd: Remove editorializing * [r1927] inst/ChangeLog, inst/NEWS: Update NEWS and ChangeLog for gdata 2.15.0 Modified: trunk/gdata/inst/NEWS =================================================================== --- trunk/gdata/inst/NEWS 2015-04-22 22:34:53 UTC (rev 1933) +++ trunk/gdata/inst/NEWS 2015-04-22 22:41:58 UTC (rev 1934) @@ -1,4 +1,4 @@ -Changes in 2.15.0 (2015-04-06) +Changes in 2.16.0 (2015-04-21) ------------------------------ New features: @@ -13,12 +13,23 @@ prevent numeric columns from being displayed using scientific notification. +Bug fixes: + +- reorder.factor() was ignoring the argument 'X', making it incompatible + with the behavior of stats:::reorder.default(). This has been corrected, + and providing 'X' now returns the same results whether gdata is loaded + or not. (Reported by Sam Hunter.) + Other changes: -- Replaced depricated PERL function POSIX::isdigit with equivalent - regular expression. +- Replaced depricated PERL function POSIX::isdigit with equivalent regular + expression. +- 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. + 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. |