[R-gregmisc-users] SF.net SVN: r-gregmisc:[1937] trunk/gdata/inst
Brought to you by:
warnes
From: <wa...@us...> - 2015-04-22 23:18:55
|
Revision: 1937 http://sourceforge.net/p/r-gregmisc/code/1937 Author: warnes Date: 2015-04-22 23:18:53 +0000 (Wed, 22 Apr 2015) Log Message: ----------- Update NEWS and ChangeLog for changes to humanReadable() Modified Paths: -------------- trunk/gdata/inst/ChangeLog trunk/gdata/inst/NEWS Modified: trunk/gdata/inst/ChangeLog =================================================================== --- trunk/gdata/inst/ChangeLog 2015-04-22 23:14:54 UTC (rev 1936) +++ trunk/gdata/inst/ChangeLog 2015-04-22 23:18:53 UTC (rev 1937) @@ -1,5 +1,12 @@ 2015-04-22 warnes + * [r1936] DESCRIPTION, R/humanReadable.R, R/object.size.R, + man/humanReadable.Rd: Fix 'units' argument of humanReadable() + * [r1935] man/object.size.Rd: Update object.size() man page to + reflect change in class of return value from 'object_size' to + 'object_sizes' + * [r1934] inst/ChangeLog, inst/NEWS: Update NEWS and ChangeLog for + gdata 2.16.0 * [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. Modified: trunk/gdata/inst/NEWS =================================================================== --- trunk/gdata/inst/NEWS 2015-04-22 23:14:54 UTC (rev 1936) +++ trunk/gdata/inst/NEWS 2015-04-22 23:18:53 UTC (rev 1937) @@ -13,6 +13,15 @@ prevent numeric columns from being displayed using scientific notification. +- The 'standard' argument to humanReadable() now accepts only two values, + 'SI' for base 1000, and IEC for base 1024. + +- New 'units' argument to humanReadable() that permits specifying the + standard unit to use for all values. + +- The object.size() function now accepts the 'units' argument which is + passed onto humanReadable(). + Bug fixes: - reorder.factor() was ignoring the argument 'X', making it incompatible This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |