register_unknown_s3_generics {parttime} | R Documentation |
S3 generics are often (unfortunately) tethered to specific packages. In order to provide a functional generic that can dispatch on parttime classes, while also preventing our generics from masking generics in other packages on attach, we want to only export our generics if there is no generic with that name.
register_unknown_s3_generics(fns)