[R-gregmisc-users] SF.net SVN: r-gregmisc:[1907] trunk/gplots/inst/NEWS
Brought to you by:
warnes
From: <wa...@us...> - 2014-12-02 15:55:14
|
Revision: 1907 http://sourceforge.net/p/r-gregmisc/code/1907 Author: warnes Date: 2014-12-02 15:55:07 +0000 (Tue, 02 Dec 2014) Log Message: ----------- Add descrioption of node stack overflow issue and work-around. Modified Paths: -------------- trunk/gplots/inst/NEWS Modified: trunk/gplots/inst/NEWS =================================================================== --- trunk/gplots/inst/NEWS 2014-12-02 01:46:35 UTC (rev 1906) +++ trunk/gplots/inst/NEWS 2014-12-02 15:55:07 UTC (rev 1907) @@ -3,10 +3,22 @@ New features: -- Convert bandplot() to S3-method dispatch and add method for class formula, so that - 'bandplot( y ~ x, data=dataframe )' now works as expected. +- Convert bandplot() to S3-method dispatch and add method for class + formula, so that 'bandplot( y ~ x, data=dataframe )' now works as + expected. +Other changes: +- heatmap.2() now uses a local *non-byte-compiled* copy of + plot.dengrogram, because the byte-compiled stats:::plot.dendrogram + uses a recursive algorithm that generates a 'node stack overflow' + error for deeply nested dendrograms and the node stack size cannot + be changed at execution time. Instead, tne local non-byte-compiled + gplots:::plot.dendrogram will trigger a recursion limit for such + dengrograms. heatmap.2() will detect this error and recommend that + the user increase the recursion limit (via, + e.g. 'options("expressions"=20000)' ) and rerun. + Release 2.14.2 - 2014-09-17 --------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |