Skip to content
Prev 10994 / 21312 Next

[Bioc-devel] Question about BiocGeneric::order

There is a bug in S4Vectors, but thanks to an R 3.4 bug in the methods
package (recently fixed in devel), the bug is masked. So, we should
fix S4Vectors. The problem is that order,Rle has a default for the
'method' argument that differs from that of the generic. Since R 3.3,
base::order() is smart enough to basically do the same thing as
order,Rle(). I'll go ahead and remove the method.

Michael
On Thu, May 11, 2017 at 1:29 PM, Ou, Jianhong <Jianhong.Ou at umassmed.edu> wrote: