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
> 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)
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