Skip to content
Prev 5729 / 12125 Next

[R-pkg-devel] Getting two independent packages with identical S3 generics to dispatch each other's methods

If the semantics of the two generics must remain identical in the 
future, then there is an implicit dependency between the code in the 
packages.  You should formalize this by using one of the dependency 
mechanisms that the language provides, i.e. the clean solution.

Duncan Murdoch
On 10/07/2020 7:51 p.m., Pavel N. Krivitsky wrote: