RGLab / openCyto

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

thisCall statement never used in .gating_adaptor() #233

Open kforner opened 2 years ago

kforner commented 2 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))