Skip to content
Prev 3104 / 21312 Next

[Bioc-devel] Package crashes with

Hey Laurent,

The major issue, IMHO, is the fact that internally ggplot2 has
distinct dependencies conditional on its version. ggplot2 0.8.9
depends on reshape; ggplot2 0.9.0 depends on reshape2. And both
reshape and reshape2 provide different implementations of the same
method (see melt).

If ggplot2 0.9.0 was available for every platform, the changes in
GRENITS (and whatever other package that uses ggplot2) would be
straightforward (but still require some extra work, given how the
format of some outputs from reshape2 changed compared to reshape)...
And it does not seem to me that these are changes that we expect to do
in the middle of a cycle on the stable branch.

One particular issue is the fact the Hadley mentioned that ggplot2
0.9.0 would be resubmitted to CRAN only in March ( http://goo.gl/p5rbq
)... which makes this slightly harder to handle.

Maybe we'd need to have one exception and simply force to have ggplot2
0.8.9 on the stable branch? Or just solve the issue that impedes
ggplot2 0.9.0 to be built on every platform and deal with the fact
that there would be major (internal) changes on the BioC release
branch...

b
On 2 February 2012 18:25, Laurent Gatto <laurent.gatto at gmail.com> wrote: