Skip to content
Prev 7028 / 21312 Next

[Bioc-devel] CRAN package with Bioconductor dependencies

On 03/02/2015 03:22 PM, Ryan C. Thompson wrote:
CRAN packages can and do depend on Bioconductor packages.

The different versioning schemes use by CRAN and by Bioconductor can lead to 
confusion, and can end in tears.

My advice is to use, and tell your users to use, biocLite() for everything 
(including, in devel, github, e.g., biocLite("mtmorgan/biocdb"), which delegates 
to devtools).

Martin