Skip to content

[Bioc-devel] odd vignette dependency issue

1 message · Martin Morgan

#
On 10/06/2014 07:52 AM, Daniel Schmolze wrote:
Hi Daniel --

if it's being called by km.coxph.plot, then the problem  is with survcomp, which 
from this line

 > getNamespaceImports("survcomp")$survival
     survivalROC   survivalROC.C
   "survivalROC" "survivalROC.C"

is failing to import(survival, survfit). The survcomp author needs to update 
their package; you could add survival to your Depends: field, but there are then 
circumstances when your package would not work (e.g., when the next guy down 
Imports: or Depends: on your package).

Martin