Re: [Bioc-devel] Is it OK for Rmd package vignettes to be rendered as PDF?

2016-08-17 Thread Martin Morgan
On 08/17/2016 07:02 AM, Henrik Bengtsson wrote: R CMD build, which is what triggers vignette building, only supports one output file (HTML or PDF) per vignette. It will basically ignore duplicate output formats. This is by design / legacy reasons. Technically it wouldn't be hard to add support

Re: [Bioc-devel] Is it OK for Rmd package vignettes to be rendered as PDF?

2016-08-17 Thread Kasper Daniel Hansen
see Henrik's answer. Just adding that I would also like to see support for multiple formats, particularly HTML and PDF from a single source. Best, Kasper On Wed, Aug 17, 2016 at 1:02 PM, Henrik Bengtsson < henrik.bengts...@gmail.com> wrote: > R CMD build, which is what triggers vignette

Re: [Bioc-devel] Is it OK for Rmd package vignettes to be rendered as PDF?

2016-08-17 Thread Henrik Bengtsson
R CMD build, which is what triggers vignette building, only supports one output file (HTML or PDF) per vignette. It will basically ignore duplicate output formats. This is by design / legacy reasons. Technically it wouldn't be hard to add support for multiple output formats, but that would

[Bioc-devel] Is it OK for Rmd package vignettes to be rendered as PDF?

2016-08-17 Thread Ramon Diaz-Uriarte
Dear All, I am considering rewriting the vignette of one BioC package I maintain as Rmd (it is currently Rnw). But I would like that the entry under "Documentation" contain a PDF of the vignette; it can ideally also contain the HTML version too, but I do not want it to not have the PDF[1]. I