Skip to content
Prev 31061 / 63421 Next

particulars of importing/loading libraries

On Jan 14, 2009, at 4:24 , Sklyar, Oleg (London) wrote:

            
That is semantically not a reasonable requirement. pack3 cannot (and  
should not) assume anything about the internals of pack2. If it needs  
a function from pack1, it has to import it from pack1. If pack2 re- 
exported as.POSIXct then that would make it part of pack2's interface  
and then you're free to just depend on pack2.

Cheers,
S