RGLab / openCyto

A package that provides data analysis pipeline for flow cytometry.
GNU Affero General Public License v3.0
77 stars 29 forks source link

thisCall statement never used in .gating_adaptor() #233

Closed kforner closed 3 weeks ago

kforner commented 3 years 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:

      thisCall <- substitute(f(fr = fr
                                , pp_res = pp_res
                                , channels = channels
                              )
                              ,list(f = as.symbol(gFunc))
djhammill commented 3 weeks ago

Thanks for reporting, I have removed the extra code here: https://github.com/RGLab/openCyto/pull/265