[R-gregmisc-users] SF.net SVN: r-gregmisc:[1779] trunk/gplots
Brought to you by:
warnes
From: <wa...@us...> - 2014-04-04 22:37:16
|
Revision: 1779 http://sourceforge.net/p/r-gregmisc/code/1779 Author: warnes Date: 2014-04-04 22:37:12 +0000 (Fri, 04 Apr 2014) Log Message: ----------- Update for gplots 2.13.0 Modified Paths: -------------- trunk/gplots/DESCRIPTION trunk/gplots/inst/NEWS Modified: trunk/gplots/DESCRIPTION =================================================================== --- trunk/gplots/DESCRIPTION 2014-04-04 21:32:51 UTC (rev 1778) +++ trunk/gplots/DESCRIPTION 2014-04-04 22:37:12 UTC (rev 1779) @@ -4,12 +4,12 @@ Depends: R (>= 3.0) Imports: gtools, gdata, stats, caTools, KernSmooth Suggests: grid, MASS -Version: 2.12.1 -Date: 2013-10-14 +Version: 2.13.0 +Date: 2014-04-04 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 + Venables Maintainer: Gregory R. Warnes <gr...@wa...> License: GPL-2 NeedsCompilation: No Modified: trunk/gplots/inst/NEWS =================================================================== --- trunk/gplots/inst/NEWS 2014-04-04 21:32:51 UTC (rev 1778) +++ trunk/gplots/inst/NEWS 2014-04-04 22:37:12 UTC (rev 1779) @@ -1,3 +1,18 @@ +Release 2.13.0 - 2014-04-04 +--------------------------- + +Bug Fixes: + +- heatmap.2 was not properly handling row trace reference line ('hline'). + Patch submitted by Ilia Kats. + +Enhancements: + +- When the row or column trace is enabled, show the corresponding + reference line in the color key. + + + Release 2.12.1 - 2013-10-14 --------------------------- @@ -23,7 +38,7 @@ finite values. Other Changes: - + - Changes to overplot() to avoid warnings from upcoming enhancements to R CMD check. - Move several packages from Depends to Imports or Suggests. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |