Re: [R] Matrix package transpose

2011-04-20 Thread Douglas Bates
On Wed, Apr 20, 2011 at 8:37 AM, Tobias Abenius wrote: > Since I installed R 2.13 I cannot use the transpose method "t" on sparse > matrices inside my package. Outside the package works. Is there something > new that I have to import methods? Can I then import everything from the > Matrix package

[R] Matrix package transpose

2011-04-20 Thread Tobias Abenius
Hi, Since I installed R 2.13 I cannot use the transpose method "t" on sparse matrices inside my package. Outside the package works. Is there something new that I have to import methods? Can I then import everything from the Matrix package? The problem is that R tries to use t.default which of