Skip to content
Prev 6697 / 21312 Next

[Bioc-devel] BioC 3.0 CHECK ERROR

On 11/26/2014 07:36 PM, Dan Tenenbaum wrote:
Both R-devel and R-3-1-branch will have a fix.

For flowCHIC, I'd leave devel as-is, it will eventually heal itself.

For release, I think Joachim should explore an alternative so that users of the 
current R release can use flowCHIC without waiting for the next release in the 
R-3-1 series. I'm not really familiar with the EBImage package, but I think what 
you want to do is the equivalent of

   x = initialize(x, round(imageData(x) * (2^8 - 1), digits = 3))

i.e., calculating round() on the raw array, then updating the Image object 'x'.

Martin