Skip to content
Prev 5727 / 21312 Next

[Bioc-devel] Tracking Current release (http://www.bioconductor.org/packages/current redirect to http://www.bioconductor.org/packages/2.14)

Hi,

Why not take the following links a bit further:

http://bioconductor.org/js/versions.js
http://bioconductor.org/bioc-version

And just have something that returns a JSON response with more detail
... perhaps something like:

{
  "R2_0": { ... },
  "R2_15": {"release": 2.12, "devel": 2.13},
  "R3_0": { "release": 2.13, "devel": 2.14},
  "R3_1": { "release": 2.14, "devel": 3.0},
  // someway to identify R-devel
  "R-devel??": { ... }
}

And maybe put some utility function in BiocInstaller to parse that. If
you're feeling ambitious, you could go down to the R3_0_2 level of
granularity, I guess.

Just a thought,
-steve
On Wed, May 7, 2014 at 10:57 PM, Dan Tenenbaum <dtenenba at fhcrc.org> wrote: