Re: [Bioc-devel] Undefined slot classes warning

2018-12-17 Thread Martin Morgan
It seems like you've posted this in several locations -- stackoverflow, slack, here. Choose one forum and stick with it, so that people do not waste their time duplicating effort. Regardless of forum, provide a minimal reproducible example (e.g., a stripped-down github repository) to illustrate

[Bioc-devel] Undefined slot classes warning

2018-12-17 Thread Vladimir Kiselev
Hello, We have a warning related to defining an S4 object: Warning: undefined slot classes in definition of "MyObject": index(class "Rcpp_ModuleClass") More details are here: https://stackoverflow.com/questions/53814548/rcpp-class-wrapped-in-s4-object-warning Could anyone please help? Many than