Skip to content
Prev 7475 / 12125 Next

[R-pkg-devel] failing S3 dispatch

Thank you Duncan,

bit NAMESPACE has

S3method(clone,default)
export(clone)

ff NAMESPACE has

import(bit)
# wish of CRAN maintainers: export another time here (now maintained and 
exported in bit)
# without this R CMD CHECK complained, but with it R CMD CHECK complains 
also, how to export again and why?
# clone
#,clone.default
 ?clone.ff
,clone.ffdf
S3method("clone",ff)
S3method(clone, ffdf)
# wish of CRAN maintainers: export another time here (now maintained and 
exported in bit)
#S3method(clone, default)

Best

Jens
On 20.10.21 11:02, Duncan Murdoch wrote: