Re: [Rd] Registering S3 class from external package

2005-08-18 Thread John Chambers
Your description is a bit too vague to be sure, but it sounds as if you're trying to do something that breaks the basic namespace idea. Paul Roebuck wrote: > The package I'm working on can extract data from external > packages but would otherwise have no dependency on them. > However, I desire t

[Rd] Registering S3 class from external package

2005-08-11 Thread Paul Roebuck
The package I'm working on can extract data from external packages but would otherwise have no dependency on them. However, I desire to be able to dispatch based on an external S3 class if its package is attached (.First.lib). My code is S4-based and its package has NAMESPACE. Registering the exte