On Sun, Sep 19, 2004 at 05:57:41PM +0200,  wrote:
> I'm trying to learn how to use namespaces, so I have created a small
> package with two functions. My NAMESPACE file is
> 
> importFrom(survival, Surv)
> export(mlreg.fit, risksets)
> 
> because 'mlreg.fit' uses 'Surv' from 'survival'. However I get
> 
> * checking package dependencies ... WARNING
> Namespace dependencies not required:
>   survival
> 
> Why? (If I remove 'importFrom' I get the expected Error message.)

I added 'survival' to 'Depends:' in 'DESCRIPTION' and the warning
disappeared. 


> Göran

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to