Skip to content
Prev 7460 / 21312 Next

[Bioc-devel] building R and bioconductor

Martin,


On Tue, Apr 28, 2015 at 10:52 AM, Martin Morgan <mtmorgan at fredhutch.org>
wrote:
This is true. switchr does this via the heuristic that you suggest. The
model here is that a version bump (in SVN/github/etc) represents a new
version of the package, and that all changes between version bumps simply
accumulate but do not "arrive" until the next version of the pacakge.
Again, switchr does this via a concept called "lazy repositories", which
are built on demand with only the required packages, but that is how
dependencies between packages are supported, even when those packages don't
currently reside in any repository.

Best,
~G