Re: [Rd] Questions about name space directives

2007-05-02 Thread Prof Brian Ripley
On Tue, 1 May 2007, Seth Falcon wrote: > Hi, > > I'm hoping to get some clarification of the intent of some of > directives used in NAMESPACE files. For 'intent' you would have to get a response from the authors. Pending that, here are some comments on what they implemented. > 1. Is import(someP

[Rd] Questions about name space directives

2007-05-01 Thread Seth Falcon
Hi, I'm hoping to get some clarification of the intent of some of directives used in NAMESPACE files. 1. Is import(somePkg) also intended to import all classes and methods that are exported via exportClasses and exportMethods in somePkg? I think import pulls in classes and methods, but it i