Skip to content

[Bioc-devel] ERROR: More than one VignetteEngine specified.

3 messages · Witold E Wolski, Lluís Revilla

#
Hi,

I am getting the following error when running BiocCheck
"ERROR: More than one VignetteEngine specified."

But all the vignettes have the same
%\VignetteEngine{knitr::rmarkdown}

specified.
Where else does BiocCheck look for vignetteEngine specification?



Regards
Witek

PS. the code can be found here.
https://github.com/protViz/prozor
#
Hi Witek,

Probably it is a false positive, caused by a commented VignetteEngine on
https://github.com/protViz/prozor/blob/master/vignettes/TargetDecoyFDR_Example.Rmd#L16

If you delete it (and the line below to be sure) I guess it will go away.

Best,

Llu?s
On Fri, 19 Nov 2021 at 14:33, Witold Wolski <wew at fgcz.ethz.ch> wrote:

            

  
  
2 days later
#
Dear Lluis,

Thank you for looking into it. I deleted `it,` and it and the error went 
away.

Best,
Witek
On 19/11/2021 16:36, Llu?s Revilla wrote: