[Bioc-devel] get rid of require/depends warning

Paolo Sonego paolo.sonego at gmail.com
Thu Dec 10 16:37:05 CET 2009


Hi,

I'm working on a package and I'd like to get rid of the following warning:

* checking for unstated dependencies in R code ... WARNING
'library' or 'require' calls not declared from:
   paste(eset at annotation, ".db", sep = "") raw.data at annotation
See the information on DESCRIPTION files in the chapter 'Creating R
packages' of the 'Writing R Extensions' manual.

 From this thread 
(https://stat.ethz.ch/pipermail/bioc-devel/2008-July/001662.html) I know 
I should add the required annotation libraries in 'Suggests' but,
as you can see from the above warning, some functions load the 
appropriate annotation package (if they're installed) according to the 
string saved in the annotation slot.

Any help would appreciated!

Regards,
Paolo



More information about the Bioc-devel mailing list