Skip to content
Prev 36740 / 63424 Next

Creating an S3 method when the generic function is defined in another (imported) package

On 14 May 2010 10:37, Achim Zeileis <Achim.Zeileis at uibk.ac.at> wrote:
That's certainly the best solution for this issue Thanks!
However, I have basically the same problem in another package, where
the method can be (reasonably) applied without loading the package, in
which the generic function is defined. Hence, requiring that the user
loads the other package "by hand" is no solution here. So is there a
better solution than making my package *depend* on the other package
or including a duplicate of the documentation of the generic function?

Thanks a lot,
/Arne