Skip to content
Prev 6015 / 21312 Next

[Bioc-devel] Distinction between release and devel package websites

On 07/23/2014 06:41 PM, Leonardo Collado Torres wrote:
Frankly, this doesn't sound like a good idea to me. It confuses the user (what, 
I'm supposed to be using github? I thought this was a Bioconductor package!), 
makes your life as a developer difficult (three versions to maintain), and 
introduces code (i.e., bugs!) where it isn't tested.

I'd just go for broke, make wild changes to your devel code, let the build 
system do it's magic, get leading-edge users to knowingly try out your changes, 
shake out some bugs, and have a nice clean ride into release and a grateful 
audience of appreciative users. Sure work in git if that's your flavor, but 
merge frequently with master and sync with bioc; never expect your users to 
install 'the latest' from github.

Martin