Skip to content
Prev 5076 / 21312 Next

[Bioc-devel] edgeR crashes when xlsxjars is loaded

I'm quite sure that it is an interaction between something that 
xlsxjars does and edgeR's C code. The example I gave is a reduction 
from my actual script, and I finally figured out that loading the 
xlsxjars package is what triggers the crash. If I comment out the line 
that loads xlsxjars, then everything runs just fine for me.

My current solution is to use the parallel package to load and use the 
xlsx package only in subprocesses, so the main R process never uses 
java.

-Ryan
On Mon Dec 16 13:19:53 2013, Martin Morgan wrote: