Skip to content

[Bioc-devel] BioC check error for flowClust on windows

1 message · Dan Tenenbaum

#
When you don't see a specific error message, it's often a hint that R actually crashed (popped up a dialog box that you can't see in the build report. 

And indeed that is the case here. 

I can reproduce it easily as follows: 

R --arch i386 

library(flowClust) 
example(flowClust) 

It works fine under the default (x64) architecture. Did you test it under i386? 

Here's the build report url, BTW: 

https://bioconductor.org/checkResults/devel/bioc-LATEST/flowClust/moscato1-checksrc.html 

By debugging the flowClust() function I can see that the crash happens after invoking .flowClustK() via mclapply(). 

Dan