Skip to content
Prev 6558 / 21312 Next

[Bioc-devel] depends on packages providing classes

This is a recent change to R; I think 3.1.1.

I think many of us (including myself) are (ab)using Depends to deploy a
convenient "context" for performing the sorts of work related to the
package. This includes the ability to construct inputs and manipulate
outputs. But in many ways that context is orthogonal to the package itself.
Really what we need is a way to define a context for e.g. chip-seq analysis
and distribute it to users. We could implement this using a "meta" package
(BiocChipseq), but Gabe Becker's switchr package is another possible
foundation. Currently, switchr does not actually load packages when
switching to a context, but we have plans for adding "profile" support, so
that a context runs a script on load. That script might attach packages,
set options, etc.






On Tue, Oct 28, 2014 at 12:42 PM, Vincent Carey <stvjc at channing.harvard.edu>
wrote: