Re: [Rd] Troubles using numeric in s4 class union

2019-11-27 Thread Michael Lawrence via R-devel
I've been working on this and will hopefully get a fix checked in today. On Wed, Nov 27, 2019 at 3:53 AM Martin Maechler wrote: > > > Ezra Tucker > > on Mon, 11 Nov 2019 21:47:41 + writes: > > > Hi all, > > > > I came across an issue in using the Matrix package which made it that

Re: [Rd] Troubles using numeric in s4 class union

2019-11-27 Thread Martin Maechler
> Ezra Tucker > on Mon, 11 Nov 2019 21:47:41 + writes: > Hi all, > > I came across an issue in using the Matrix package which made it that I > could only subset Matrices using the numeric class, but could not using > integers. Steps to reproduce the problem: > > library(Matrix)

[Rd] Troubles using numeric in s4 class union

2019-11-13 Thread Ezra Tucker
Hi all, I came across an issue in using the Matrix package which made it that I could only subset Matrices using the numeric class, but could not using integers. Steps to reproduce the problem: library(Matrix) # this class has *nothing* to do with Matrix setClass("MyClass", representation(my