[Rd] generic '[' for a non-exported class

2010-04-07 Thread Christophe Genolini
Hi all, I define a S4 class 'foo'. I define '[' and '[-' for it. I do not want to export foo, so I do not put it in NAMESPACE. I do not want to export '[' and '[-' either (since the user can not use foo, no raison to give him access to '[' for foo). But R CMD check does not agree with me and

Re: [Rd] generic '[' for a non-exported class

2010-04-07 Thread Seth Falcon
On 4/7/10 1:09 AM, Christophe Genolini wrote: Hi all, I define a S4 class 'foo'. I define '[' and '[-' for it. I do not want to export foo, so I do not put it in NAMESPACE. I do not want to export '[' and '[-' either (since the user can not use foo, no raison to give him access to '[' for foo).

Re: [Rd] generic '[' for a non-exported class

2010-04-07 Thread Henrik Bengtsson
On Wed, Apr 7, 2010 at 6:13 PM, Seth Falcon s...@userprimary.net wrote: On 4/7/10 1:09 AM, Christophe Genolini wrote: Hi all, I define a S4 class 'foo'. I define '[' and '[-' for it. I do not want to export foo, so I do not put it in NAMESPACE. I do not want to export '[' and '[-' either