Displaying 1 result from an estimated 1 matches for "flowclust".
Did you mean:
  flexclust
  
2009 Apr 16
1
How can I catch errors thrown from c via the Rcpp error() function?
Hi
I am using the flowClust package from BioConductor, which is largely 
implemented in c. For some of my data, the package occasionally (and 
quite stochastically) encounters a particular condition which halts its 
operation. At this point, it calls the error() function defined by Rcpp, 
and halts.
What I would like to be a...