Re: [Rd] S4 method dispatch and namespaces: why is default method selected

2009-05-19 Thread Michał Bojanowski
Hi Martin, >> However, when I put all these in a package with Depends field in >> DESCRIPTION having: methods, pixmap, and with the following namespace: >> >> >> importFrom("graphics", "plot") >> exportClasses("myclass") >> exportMethods("plot") >> >> >> things stop working (this is from package t

Re: [Rd] S4 method dispatch and namespaces: why is default method selected

2009-05-18 Thread Martin Morgan
Hi Michał -- Michał Bojanowski writes: > Hi, > > I ran into the following peculiarity involving S4 method dispatch and > namespaces. > > I develop a package which have a namespace and which depends on 'pixmap' > package, which itself does not have a namespace. > > Now, in my package I have a cla