Skip to content
Prev 1316 / 21312 Next

[Bioc-devel] exprSet and friends

Hi,

what about creating a package 'BioCDeprecated' and move those classes
and function there?  Packages making use of deprecated
classes/functions can then depend on that package.  This will make it
clear for everyone that there are deprecated things being used.  It
would also clean out the code and the documentation of a few BioC
packages.  BioCDeprecated can be used for other purposes in future
release cycles as well.

A safe step towards the above is to extract the above package and make
Biobase dependent on it.  That should be totally transparent for all
packages as is today.  When that is working (by looking at the nightly
builds), one could scan packages for 'exprSet' and add BioCDeprecated
to Depends: in DESCRIPTION.  As a final step one removes the
dependency Biobase -> BioCDeprecated and then nightly builds would
tell us what remaining packages has to have their DESCRIPTION updated.

Cheers

Henrik
On 9/13/07, Robert Gentleman <rgentlem at fhcrc.org> wrote: