[R-gregmisc-users] SF.net SVN: r-gregmisc:[1821] trunk/gplots
Brought to you by:
warnes
From: <wa...@us...> - 2014-06-19 18:36:29
|
Revision: 1821 http://sourceforge.net/p/r-gregmisc/code/1821 Author: warnes Date: 2014-06-19 18:36:19 +0000 (Thu, 19 Jun 2014) Log Message: ----------- Update for gplots 2.14.0 Modified Paths: -------------- trunk/gplots/DESCRIPTION trunk/gplots/inst/NEWS Modified: trunk/gplots/DESCRIPTION =================================================================== --- trunk/gplots/DESCRIPTION 2014-06-17 23:22:57 UTC (rev 1820) +++ trunk/gplots/DESCRIPTION 2014-06-19 18:36:19 UTC (rev 1821) @@ -4,8 +4,8 @@ Depends: R (>= 3.0) Imports: gtools, gdata, stats, caTools, KernSmooth Suggests: grid, MASS -Version: 2.13.0 -Date: 2014-04-04 +Version: 2.14.0 +Date: 2014-06-19 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-06-17 23:22:57 UTC (rev 1820) +++ trunk/gplots/inst/NEWS 2014-06-19 18:36:19 UTC (rev 1821) @@ -1,3 +1,27 @@ +Release 2.14.0 - 2014-06-18 +--------------------------- + +Bug Fixes: + +- heatmap.2(): Fix typo in heatmap.2() that caused an error when + 'Rowv=FALSE'. (Reported by Yuanhua Liu.) + +Enhancements: + +- heatmap.2(): Add new 'reorderfun' argument to allow the user to + specify an alternative function to reorder rows/columns based on + row/column dendrogram. (Suggested by Yuanhua Liu.) + +- heatmap.2(): Center margin labels. + +- heatmap.2(): Check size of user-provided Rowv and Colv dendrogram + objects to ensure they match the dimensions of the data. + +- Add references to man page for hist2d() and ci2d() to the new r2d2 + package which implements an improved algorithm for 2-dimensional + emprical confidence regions. + + Release 2.13.0 - 2014-04-04 --------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |