[R-gregmisc-users] SF.net SVN: r-gregmisc:[1931] trunk/gplots
Brought to you by:
warnes
From: <wa...@us...> - 2015-04-22 21:35:26
|
Revision: 1931 http://sourceforge.net/p/r-gregmisc/code/1931 Author: warnes Date: 2015-04-22 21:35:19 +0000 (Wed, 22 Apr 2015) Log Message: ----------- Update DESCRIPTION, ChangeLog, and NEWS for gplots 2.17.0 Modified Paths: -------------- trunk/gplots/DESCRIPTION trunk/gplots/inst/ChangeLog trunk/gplots/inst/NEWS Modified: trunk/gplots/DESCRIPTION =================================================================== --- trunk/gplots/DESCRIPTION 2015-04-22 21:33:06 UTC (rev 1930) +++ trunk/gplots/DESCRIPTION 2015-04-22 21:35:19 UTC (rev 1931) @@ -4,8 +4,8 @@ Depends: R (>= 3.0) Imports: gtools, gdata, stats, caTools, KernSmooth Suggests: grid, MASS -Version: 2.16.0 -Date: 2015-01-02 +Version: 2.17.0 +Date: 2015-04-21 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/ChangeLog =================================================================== --- trunk/gplots/inst/ChangeLog 2015-04-22 21:33:06 UTC (rev 1930) +++ trunk/gplots/inst/ChangeLog 2015-04-22 21:35:19 UTC (rev 1931) @@ -1,3 +1,33 @@ +2015-04-22 warnes + + * [r1930] R/heatmap.2.R, man/heatmap.2.Rd: heatmap.2: add new + 'colRow' and 'colCol' arguments to control the color of row and + column text labels + +2015-04-06 warnes + + * [r1916] inst/ChangeLog: Add ChangeLog files to repository + +2015-01-02 warnes + + * [r1913] DESCRIPTION, inst/NEWS: Update for gplots release 2.16.0. + * [r1912] R/plotmeans.R: Change default group count lable back to + 'n='. + * [r1911] R/plotmeans.R, man/plotmeans.Rd: - plotmeans: Pass + optional graphical arguments captured in '...' axis function + used to draw the x axis. + - plotmeans: Add an new argument 'text.n.label' to specify the + text + used for labelingthe number of elements in a group. + * [r1910] R/plotmeans.R: - Remove S-Plus-specific code + - Simplify model frame code + +2014-12-03 warnes + + * [r1909] tests/heatmap2Test.Rout.save: Update stored test output + to account for new startup message from KernSmooth package + * [r1908] DESCRIPTION: Fix package title capitalization. + 2014-12-02 warnes * [r1907] inst/NEWS: Add descrioption of node stack overflow issue Modified: trunk/gplots/inst/NEWS =================================================================== --- trunk/gplots/inst/NEWS 2015-04-22 21:33:06 UTC (rev 1930) +++ trunk/gplots/inst/NEWS 2015-04-22 21:35:19 UTC (rev 1931) @@ -1,3 +1,12 @@ +Release 2.17.0 - 2015-04-21 +--------------------------- + +New Features: + +- heatmap.2() has two new arguments, 'colRow' and 'colCol' to control + the color of row and column text labels. + + Release 2.16.0 - 2015-01-02 --------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |