Skip to content
Prev 9853 / 21312 Next

[Bioc-devel] RMassBank build error

You (and everyone else) should not construct new instances by using new()
together with prototype.  It is true that we did that long time ago in
Biobase, but I think the collective lesson is that it is not really
flexible/stable enough (ok, bad wording, but it is Sunday night).   What we
recommend now is to create a constructor function, usually the class name,
like GRanges().  Of course, inside the constructor you would then call
new(), which works ok for simple cases.
On Sun, Oct 9, 2016 at 4:02 PM, Laurent Gatto <lg390 at cam.ac.uk> wrote: