[R-gregmisc-users] SF.net SVN: r-gregmisc:[1913] trunk/gplots
Brought to you by:
warnes
From: <wa...@us...> - 2015-01-02 20:20:13
|
Revision: 1913 http://sourceforge.net/p/r-gregmisc/code/1913 Author: warnes Date: 2015-01-02 20:20:05 +0000 (Fri, 02 Jan 2015) Log Message: ----------- Update for gplots release 2.16.0. Modified Paths: -------------- trunk/gplots/DESCRIPTION trunk/gplots/inst/NEWS Modified: trunk/gplots/DESCRIPTION =================================================================== --- trunk/gplots/DESCRIPTION 2015-01-02 20:10:21 UTC (rev 1912) +++ trunk/gplots/DESCRIPTION 2015-01-02 20:20:05 UTC (rev 1913) @@ -4,8 +4,8 @@ Depends: R (>= 3.0) Imports: gtools, gdata, stats, caTools, KernSmooth Suggests: grid, MASS -Version: 2.15.0 -Date: 2014-12-01 +Version: 2.16.0 +Date: 2015-01-02 Author: Gregory R. Warnes, Ben Bolker, Lodewijk Bonebakker, Robert Gentleman, Wolfgang Huber Andy Liaw, Thomas Lumley, Martin Maechler, Arni Magnusson, Steffen Moeller, Marc Schwartz, Bill Modified: trunk/gplots/inst/NEWS =================================================================== --- trunk/gplots/inst/NEWS 2015-01-02 20:10:21 UTC (rev 1912) +++ trunk/gplots/inst/NEWS 2015-01-02 20:20:05 UTC (rev 1913) @@ -1,3 +1,17 @@ +Release 2.16.0 - 2015-01-02 +--------------------------- + +New Features: + +- plotmeans() has a new argument, 'text.n.label' which specifies the + text used for labeling the number of elements in a group. + +Bug Fixes: + +- plotmeans() now respects (optional) graphical arguments captured in + '...' when drawing the x axis. + + Release 2.15.0 - 2014-12-01 --------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |