Skip to content
Prev 7486 / 12125 Next

[R-pkg-devel] failing S3 dispatch

Thanks Duncan,

I finally found the reason for the mysterious dispatch-failure: I had an 
unwanted and unexported replicated definition of the 'clone' generic in 
ff's namespace (a left-over).

I still don't understand how this prevented the proper dispatch since 
the duplicate in ff's namespace it was *not* called. I further 
experimented and *any* non-exported object matching the name of the 
generic caused the problem. Scary, maybe worth a check!

Anyhow, removing the non-exported object solved the problem.

Best regards

Jens
On 20.10.21 13:43, Jens Oehlschl?gel wrote: