[R-gregmisc-users] SF.net SVN: r-gregmisc:[1363] trunk/gplots
Brought to you by:
warnes
From: <wa...@us...> - 2009-10-22 20:38:13
|
Revision: 1363 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1363&view=rev Author: warnes Date: 2009-10-22 20:37:49 +0000 (Thu, 22 Oct 2009) Log Message: ----------- Update NEWS and DESCRIPTION for gplots 2.7.3 Modified Paths: -------------- trunk/gplots/DESCRIPTION trunk/gplots/inst/NEWS Modified: trunk/gplots/DESCRIPTION =================================================================== --- trunk/gplots/DESCRIPTION 2009-10-22 20:31:50 UTC (rev 1362) +++ trunk/gplots/DESCRIPTION 2009-10-22 20:37:49 UTC (rev 1363) @@ -1,10 +1,10 @@ Package: gplots Title: Various R programming tools for plotting data Description: Various R programming tools for plotting data -Depends: R (>= 1.9.0), gtools, gdata, stats, caTools, grid +Depends: gtools, gdata, stats, caTools, grid Recommends: datasets, grid Suggests: gtools -Version: 2.7.2 +Version: 2.7.3 Author: Gregory R. Warnes. Includes R source code and/or documentation contributed by (in alphabetical order): Ben Bolker, Lodewijk Bonebakker, Robert Gentleman, Wolfgang Modified: trunk/gplots/inst/NEWS =================================================================== --- trunk/gplots/inst/NEWS 2009-10-22 20:31:50 UTC (rev 1362) +++ trunk/gplots/inst/NEWS 2009-10-22 20:37:49 UTC (rev 1363) @@ -1,3 +1,12 @@ +Release 2.7.3 - 2009-10-22 +-------------------------- + +Bug Fixes: + +- Correct bug reported by Rudolf Talens: heatmap.2() incorrectly + transposed the displayed matrix when the option symm=TRUE. + + Release 2.7.2 - 2009-05-08 -------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |