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
- 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
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
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