[R-gregmisc-users] SF.net SVN: r-gregmisc:[1950] trunk/gtools/inst
Brought to you by:
warnes
From: <wa...@us...> - 2015-04-23 21:53:26
|
Revision: 1950 http://sourceforge.net/p/r-gregmisc/code/1950 Author: warnes Date: 2015-04-23 21:53:19 +0000 (Thu, 23 Apr 2015) Log Message: ----------- Update NEWS and ChangeLog Modified Paths: -------------- trunk/gtools/inst/ChangeLog trunk/gtools/inst/NEWS Modified: trunk/gtools/inst/ChangeLog =================================================================== --- trunk/gtools/inst/ChangeLog 2015-04-23 21:47:48 UTC (rev 1949) +++ trunk/gtools/inst/ChangeLog 2015-04-23 21:53:19 UTC (rev 1950) @@ -1,5 +1,12 @@ 2015-04-23 warnes + * [r1949] R/quantcut.R, man/quantcut.Rd: - The 'q' argument to + quantcut()'s 'q' now accept an integer + indicating the number of equally spaced quantile groups to + create. (Suggestion and patch submitted by Ryan C. Thompson.) + * [r1946] DESCRIPTION: Revers accidental text deletion: + * [r1945] DESCRIPTION, inst/ChangeLog, inst/NEWS: Update for gtools + 3.4.3 * [r1944] R/smartbind.R, R/strmacro.R: Remove debugging code and stray browser() call Modified: trunk/gtools/inst/NEWS =================================================================== --- trunk/gtools/inst/NEWS 2015-04-23 21:47:48 UTC (rev 1949) +++ trunk/gtools/inst/NEWS 2015-04-23 21:53:19 UTC (rev 1950) @@ -1,6 +1,12 @@ gtools 3.4.3 - 2015-04-06 ------------------------- +Enhancements: + +- The 'q' argument to quantcut() now accept an integer + indicating the number of equally spaced quantile groups to + create. (Suggestion and patch submitted by Ryan C. Thompson.) + Bug fixes: - Removed stray browser() call in smartbind(). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |