[R-gregmisc-users] SF.net SVN: r-gregmisc:[1996] trunk/gplots
Brought to you by:
warnes
From: <wa...@us...> - 2015-05-01 15:34:21
|
Revision: 1996 http://sourceforge.net/p/r-gregmisc/code/1996 Author: warnes Date: 2015-05-01 15:34:19 +0000 (Fri, 01 May 2015) Log Message: ----------- Update DESCRIPTION, NEWS, and ChangeLog again 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-05-01 15:28:33 UTC (rev 1995) +++ trunk/gplots/DESCRIPTION 2015-05-01 15:34:19 UTC (rev 1996) @@ -5,11 +5,11 @@ Imports: gtools, gdata, stats, caTools, KernSmooth Suggests: grid, MASS Version: 2.17.0 -Date: 2015-04-23 +Date: 2015-05-01 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 Venables Maintainer: Gregory R. Warnes <gr...@wa...> License: GPL-2 -NeedsCompilation: No +NeedsCompilation: no Modified: trunk/gplots/inst/ChangeLog =================================================================== --- trunk/gplots/inst/ChangeLog 2015-05-01 15:28:33 UTC (rev 1995) +++ trunk/gplots/inst/ChangeLog 2015-05-01 15:34:19 UTC (rev 1996) @@ -1,5 +1,16 @@ +2015-05-01 warnes + + * [r1995] R/heatmap.2.R: - heatmap.2: row traces could be plotted + in the wrong order. + * [r1994] R/heatmap.2.R, man/heatmap.2.Rd: - heatmap.2: column + traces could be plotted in the wrong order. + - heatmap.2: add support for plotting sub-clusters of the full + row and + column dendrograms + 2015-04-23 warnes + * [r1955] inst/ChangeLog, inst/NEWS: Update NEWS and ChangeLog * [r1954] DESCRIPTION, R/heatmap.2.R, inst/ChangeLog, inst/NEWS: In heatmap.2(), the color key now properly handles color breaks that are not equally spaced. (Issue reported by Tim Richter-Heitmann.) Modified: trunk/gplots/inst/NEWS =================================================================== --- trunk/gplots/inst/NEWS 2015-05-01 15:28:33 UTC (rev 1995) +++ trunk/gplots/inst/NEWS 2015-05-01 15:34:19 UTC (rev 1996) @@ -11,7 +11,7 @@ subclusters from a large heatmap. Simply pass the dendrogram of the subcluster together with the full data matrix and, optionally, the breaks of the full heatmap in order to obtain the same color - scaling. (Patch contributed by Ilia Kats.) + scaling. (Suggestion and patch contributed by Ilia Kats.) - venn() now returns a list of the members of each set intersection in the attribute 'intersections'. This can be disabled using the @@ -22,6 +22,9 @@ - In heatmap.2(), the color key now properly handles color breaks that are not equally spaced. (Issue reported by Tim Richter-Heitmann.) +- In heatmap.2(), row/column traces in could be plotted on the wrong + row/column. + - plotCI() now properly respects the 'type=' argument. (Bug report and correction by Wiktor Żelazny.) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |