[R-gregmisc-users] SF.net SVN: r-gregmisc:[1893] trunk/gplots
Brought to you by:
warnes
From: <wa...@us...> - 2014-09-17 22:08:22
|
Revision: 1893 http://sourceforge.net/p/r-gregmisc/code/1893 Author: warnes Date: 2014-09-17 22:08:20 +0000 (Wed, 17 Sep 2014) Log Message: ----------- Update DESCRIPTION and NEWS for gplots 2.14.2 Modified Paths: -------------- trunk/gplots/DESCRIPTION trunk/gplots/inst/NEWS Modified: trunk/gplots/DESCRIPTION =================================================================== --- trunk/gplots/DESCRIPTION 2014-09-17 22:03:10 UTC (rev 1892) +++ trunk/gplots/DESCRIPTION 2014-09-17 22:08:20 UTC (rev 1893) @@ -4,8 +4,8 @@ Depends: R (>= 3.0) Imports: gtools, gdata, stats, caTools, KernSmooth Suggests: grid, MASS -Version: 2.14.0 -Date: 2014-06-19 +Version: 2.14.1 +Date: 2014-06-30 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 2014-09-17 22:03:10 UTC (rev 1892) +++ trunk/gplots/inst/NEWS 2014-09-17 22:08:20 UTC (rev 1893) @@ -1,3 +1,32 @@ +Release 2.14.2 - 2014-09-17 +--------------------------- + +Bug Fixes: + +- heatmap.2() was not respecting key.title=NA when density.info="none". + +- Correct the man page for heatmap.2 to state that the default color + for 'notecol' is cyan. + +- In heatmap.2(), modify default arguments to 'symbreaks' and 'symkey' + to make the logic more evident by replacing min(...) with + any(...). (The previous code executed properly, but relied on + implicit coercion of logicals to numeric, obscuring the intent.) + +- Calling heatmap.2 with deeply nested dendrograms could trigger a + 'node stack overflow' error. Now, this situation is deteceted, and + a message is generated indicating how to increase the relevant + recursion limit via options("expressions"=...). + +Release 2.14.1 - 2014-06-30 +--------------------------- + +Bug Fixes: + +- Correct heatmap.2() bug in Colv dendrogram object dimension checking introduced + in 2.14.0. (Reported by Yong Fuga Li.) + + Release 2.14.0 - 2014-06-18 --------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |