Skip to content

[Bioc-devel] exp. data, updates

5 messages · Dan Tenenbaum, Hervé Pagès, Kasper Daniel Hansen

#
On Wed, Jul 10, 2013 at 7:05 AM, Kasper Daniel Hansen
<kasperdanielhansen at gmail.com> wrote:
The experiment data repository does not branch, so you could do something like:

DESCRIPTION:
Imports: BiocInstaller

NAMESPACE:
import(BiocInstaller)

Code:

if (BiocInstaller:::BIOC_VERSION == "2.12")
   # do things the old way
else
  # do things the new way

Dan
#
On Wed, Jul 10, 2013 at 10:51 AM, Kasper Daniel Hansen
<kasperdanielhansen at gmail.com> wrote:
Can you store two separate objects, one that's 2.12-compatible and the
other newer?

After the next release, when we stop building 2.12, this will become
unnecessary.

Dan
#
It's simpler than that. Just make the change you need to make.
The package will fail to pass the build/check in release so it
won't propagate.

That means that whatever version of bsseqData is currently in
BioC 2.12 will remain forever i.e. you won't be able to update
it. Hope that's OK with you.

Cheers,
H.
On 07/10/2013 09:44 AM, Dan Tenenbaum wrote: