Closed kforner closed 3 weeks ago
cf https://github.com/RGLab/openCyto/blob/0919202643f47b998901628e9afe8e79ba305aa3/R/wrapper-functions.R#L88 in function .gating_adaptor, this code seems to never be used:
.gating_adaptor
thisCall <- substitute(f(fr = fr , pp_res = pp_res , channels = channels ) ,list(f = as.symbol(gFunc))
Thanks for reporting, I have removed the extra code here: https://github.com/RGLab/openCyto/pull/265
cf https://github.com/RGLab/openCyto/blob/0919202643f47b998901628e9afe8e79ba305aa3/R/wrapper-functions.R#L88 in function
.gating_adaptor
, this code seems to never be used: