Skip to content
Prev 8560 / 21312 Next

[Bioc-devel] IRanges - PartitioningByEnd not found when package method runs.

Hi Ben --

R has a 'y' release in x.y.z every year, but Bioconductor has a .y release (where current devel becomes release) every 6 months.

Obviously we want to 'devel' bioc packages so that they can be released to users of what will be the release version of R at the time of release.

When the next (typically mid-April, but no date set yet) .y releases of R and Bioc coincide, Bioc-devel is based on R-devel.

When the next (typically mid-October) .y release of Bioc corresponds to no change in R's y, Bioc-devel is based on release R.

So yes, now you should be using R-devel. After mid-April, you'd use R-release for bioc devel. Then after mid-October, it would be back to R-devel.

That's not quite correct, because R has a release branch where bug fixes and minor '.z' changes come from. So from mid-April to mid-October, technically devel is against the R-x-y-branch of R svn repository.

This information has been added to the web site (I'm pretty sure it's already there, but I can't find it!) at

    http://bioconductor.org/developers/how-to/useDevel/

The update will propagate in the next 20 minutes or so.

Martin