[R-gregmisc-users] SF.net SVN: r-gregmisc:[1725] trunk/gplots
Brought to you by:
warnes
From: <wa...@us...> - 2013-10-11 20:24:37
|
Revision: 1725 http://sourceforge.net/p/r-gregmisc/code/1725 Author: warnes Date: 2013-10-11 20:24:34 +0000 (Fri, 11 Oct 2013) Log Message: ----------- Update files for gplots 2.12.0 Modified Paths: -------------- trunk/gplots/DESCRIPTION trunk/gplots/inst/NEWS Modified: trunk/gplots/DESCRIPTION =================================================================== --- trunk/gplots/DESCRIPTION 2013-10-11 20:19:22 UTC (rev 1724) +++ trunk/gplots/DESCRIPTION 2013-10-11 20:24:34 UTC (rev 1725) @@ -3,13 +3,13 @@ Description: Various R programming tools for plotting data Depends: R (>= 3.0), gtools, gdata, stats, caTools, grid, KernSmooth, MASS, datasets -Recommends: grid -Suggests: gtools -Version: 2.11.3 -Date: 2013-06-27 +Suggests: gtools, grid +Version: 2.12.0 +Date: 2013-10-11 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 Modified: trunk/gplots/inst/NEWS =================================================================== --- trunk/gplots/inst/NEWS 2013-10-11 20:19:22 UTC (rev 1724) +++ trunk/gplots/inst/NEWS 2013-10-11 20:24:34 UTC (rev 1725) @@ -1,3 +1,18 @@ +Release 2.11.4 - 2013-10-11 +--------------------------- + +Enhancements: + +- Add heatmap.2() parameters to control row and column label rotation + ('srtRow', 'srtCol'), justification ('adjRow', 'adjCol'), and space + from plot edge ('offsetRow', 'offsetCol'). + +Bug Fixes: + +- Fix bug in venn diagram code when number of TRUE cases in each + variable are equal. + + Release 2.11.3 - 2013-06-27 --------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |