Re: [Bioc-devel] Linking to HTML documents in a package on the BioC web site

2013-10-17 Thread Yihui Xie
I remember that is not allowed in R if both are package vignettes, so perhaps you should avoid naming HTML and PDF files with the same base name. Of course, when it comes to linking on BioC website, that is totally up to the webmaster. Regards, Yihui -- Yihui Xie Web: http://yihui.name Department

Re: [Bioc-devel] Linking to HTML documents in a package on the BioC web site

2013-10-17 Thread Dan Tenenbaum
- Original Message - > From: "Julian Gehring" > To: "Dan Tenenbaum" > Cc: bioc-devel@r-project.org > Sent: Thursday, October 17, 2013 12:20:49 PM > Subject: Re: [Bioc-devel] Linking to HTML documents in a package on the BioC > web site > > Hi Dan, > > How does this behave in a compet

Re: [Bioc-devel] Linking to HTML documents in a package on the BioC web site

2013-10-17 Thread Julian Gehring
Hi Dan, How does this behave in a competing situation when both a html and pdf file with the same name are present? Will only be one of them linked or both? Best wishes Julian On 03/29/2013 11:16 PM, Dan Tenenbaum wrote: Hi all, I wanted to announce a small new feature of the Bioconducto

Re: [Bioc-devel] SUGGESTION: BioC version (e.g. 2.13) to also follow the x.y(.z) version scheme of Bioc packages

2013-10-17 Thread Nicolas Delhomme
Just to be a devil's advocate, it's easy to find if you are using a devel (or not) version by looking at the BiocInstaller version number (or any Bioc package for that matter): devel <- ifelse(packageVersion("BiocInstaller")$minor%%2L == 0,FALSE,TRUE) That's actually what the BiocInstaller pack