tern = stop("Oops"), "wxyz") : Oops
where one might expect an error message regarding the wrongly
named argument, as in:
> grep(mypattern="x", "wxyz")
Error in grep(mypattern = "x", "wxyz") :
unused argument(s) (mypattern =
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 hal