Skip to content
Prev 3543 / 21312 Next

[Bioc-devel] GenomicFeatures namespace warning

On 08/20/2012 02:33 AM, Hahne, Florian wrote:
Hi Florian -- I think your analysis is correct, but also that B should 
just import what it needs from A. Likewise, C should import what it 
needs from B, and also import what it needs from A.

Certainly it would be wrong if B's package code relied on a function 
A::foo that was only available because A was attached -- B should 
importFrom(A, foo).

Martin