On Fri, Mar 21, 2014 at 12:40 PM, Karl Forner <karl.for...@gmail.com> wrote:
[...]

> Hmm, what if your package depends on packages A and B, and that A depends
> on C v1.0 and B depends on C v1.1 ? This is just an example but I imagine
> that will lead to a lot of complexities.
>

You'll have to be able to load (but not attach, of course!) multiple
versions of the same package at the same time. The search paths are set up
so that A imports v1.0 of C, B imports v1.1. This is possible to support
with R's namespaces and imports mechanisms, I believe.

It requires quite some work, though, so I am obviously not saying to switch
to it tomorrow. Having a CRAN-devel seems simpler.

Gabor

        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to