Skip to content
Prev 2874 / 21312 Next

[Bioc-devel] Problem with generic methods name conflicts

Thanks for the clear explanations - I will endeavor to use importFrom() 
more often.
The "Writing R Extensions" manual declares:
"Packages declared in the ?Depends? field should not also be in the 
?Imports? field."

A related question - previously a reason to use Depends was for packages 
without a namespace.  But since R 2.14 creates namespaces for 
everything, does that mean it is now safe to use Imports for these packages?

Stephanie