Skip to content
Prev 673 / 21307 Next

[Bioc-devel] help with package dependencies on packages in remote repositories

Hi Joern,

Joern Toedling <toedling at ebi.ac.uk> writes:
Not sure.  If it is the case that R CMD check gives a warning for any
call to library or require in package code, then there may be nothing
we can do other than making noise on R-devel and asking for that to be
changed.
You may be able to prevent this warning if you can muffle the output
caused by installing the package.  IIRC, this is hard to do.  But you
may be able to do it with capture.output.

That said, we have a new facility for handling experiment data
packages.  If you are willing to have the data package hosted here:
http://bioconductor.org/packages/1.9/data/experiment/

Then you can solve both problems by putting the data package in
Suggests.  The build system will install it.  An advantage is that it
will be easier for end users to install what is needed to work through
the vignette.

If this is of interest, please send Herve an email (hpages at fhcrc).
I tend to agree that these messages are not all that helpful :-\

Bw,

+ seth