RGLab / flowWorkspace

flowWorkspace
GNU Affero General Public License v3.0
44 stars 21 forks source link

fj_ws_get_keywords call is not imported nor scoped #307

Closed kforner closed 4 years ago

kforner commented 4 years ago

Hi,

.addGatingHierarchies() calls fj_ws_get_keywords (line 390) from CytoML. But CytoML is in Suggests, so that can not work except if CytoML is attached.

I guess it should be scoped like: kw <- CytoML::fj_ws_get_keywords(ws, sampleID)

My use case is using CytoML without attaching it...

Thanks.

mikejiang commented 4 years ago

Done. Thanks!

kforner commented 4 years ago

cool!