Error in heatmap.2 (gplots)
Ive moved on to a new server and Installed R version 3.0 on it. (gplots library was no longer available for 2.14) Using a script that worked for version 2.14 I now encounter a problem generating a heatmap. In R version 3 I get an error: Error in lapply(args, is.character) : node stack overflow Error in dev.flush() : node stack overflow Error in par(op) : node stack overflow In R version 2.14 I get an error: Error: evaluation nested too deeply: infinite recursion / options(expressions=)? Which I can resolve by increasing the options(expressions=500000) In R version 3 increasing this option does