Skip to content
Prev 951 / 21312 Next

[Bioc-devel] Importing generic functions from other pkgs and defining methods on them?

Hi Wolfgang,
do you export your method in the NAMSPACE? There should be an 
exportMethods("logLik"). I had similar problems a while ago. The error 
message indicates that there is no logLik method, so the problem isn't 
the import but rather the export,  I suppose. The environment in R CMD 
check in not the same as when running Sweave interactively, so although 
the latter works with a misconfigured NAMESPACE, R CMD check may fail.
Florian

Wolfgang Huber schrieb: