Re: [Rd] Generics in base with no ...

2007-07-12 Thread Herve Pages
Duncan Murdoch wrote: > On 12/07/2007 6:17 PM, Herve Pages wrote: >> Hi, >> >> Some generics in base that don't have the ... extra argument: >> rev(), t(), scale() and unlist(). Is there any plan to make these >> more reusable? I used to be interested in having a rev() method for >> my objects, but

Re: [Rd] Generics in base with no ...

2007-07-12 Thread Duncan Murdoch
On 12/07/2007 6:17 PM, Herve Pages wrote: > Hi, > > Some generics in base that don't have the ... extra argument: > rev(), t(), scale() and unlist(). Is there any plan to make these > more reusable? I used to be interested in having a rev() method for > my objects, but since I needed an extra argu

[Rd] Generics in base with no ...

2007-07-12 Thread Herve Pages
Hi, Some generics in base that don't have the ... extra argument: rev(), t(), scale() and unlist(). Is there any plan to make these more reusable? I used to be interested in having a rev() method for my objects, but since I needed an extra argument for it, then I was forced to create my own generi