Skip to content
Prev 4339 / 21312 Next

[Bioc-devel] R version in Bioc packages (was Re: [BioC] Package \'jmosaics\' not found)

Hi Steffen,
On Tue, May 21, 2013 at 12:40 PM, Steffen Neumann <sneumann at ipb-halle.de> wrote:
No, it's more than that. We *intend* that all packages in a given BioC
version will work with all other packages in that version. Conversely,
we pretty much guarantee problems if you start mixing and matching.
For one thing, dependeing on when your package was introduced, there
is an older version of it already available that will work with the
older R version. Of course it may not have the coolest new features
but it is there.
For example, xcms was introduced in BioC 1.6, a long time ago. And so
anyone running R 2.1 or earlier can simply
source("http://bioconductor.org/biocLite.R")
biocLite("xcms")
and the appropriate version of xcms (and all its dependencies) for
that version of BioC will be installed.
Sure....one can do a lot of things but that doesn't mean they are the
right things to do.

Dan