Re: [Rd] import of Namespaces

2005-12-01 Thread Roger Peng
My understanding is of your questions is below: Matthias Kohl wrote: > Dear R devels, > > let's say I have three packages "pkg1", "pkg2" and "pkg3" which all > contain new S4 classes and methods. Where "pkg3" depends on "pkg2" and > "pkg2" depends on "pkg1". Moreover, all three packages have na

[Rd] import of Namespaces

2005-11-28 Thread Matthias Kohl
Dear R devels, let's say I have three packages "pkg1", "pkg2" and "pkg3" which all contain new S4 classes and methods. Where "pkg3" depends on "pkg2" and "pkg2" depends on "pkg1". Moreover, all three packages have namespaces. 1) I use ".onLoad <- function(lib, pkg) require(methods)". Do I also