Skip to content
Prev 9484 / 21318 Next

[Bioc-devel] build error only occurs in window system

On 07/07/2016 04:29 PM, Herv? Pag?s wrote:
another very hackish solution is, since the error always (??) involves 
the PDF command on the vignette, to convert the Rnw vignettte to Rmd. 
You can do this using the script at

https://github.com/seandavi/F1000R_BiocWorkflows/blob/master/rnwConversion/processesRnw.R

(actually, 
https://github.com/mtmorgan/F1000R_BiocWorkflows/blob/master/rnwConversion/processesRnw.R 
to support to issues with your Rnw file)

The vignette is in markdown immediately; a little hand-editing following

http://bioconductor.org/packages/devel/bioc/vignettes/BiocStyle/inst/doc/HtmlStyle.html

adds

---
author:
- |
     Lihua Julie Zhu, Michael Lawrence, Ankit Gupta,\
     Alper Kucukural, Manuel Garber, Scot Wolfe
title: 'GUIDEseq user guide'
output:
   BiocStyle::html_document
vignette: >
   %\VignetteIndexEntry{GUIDEseq user's guide}
   %\VignetteEngine{knitr::rmarkdown}
   %\VignetteEncoding{UTF-8}
...

to the header and

Suggests: rmarkdown (...)

to the DESCRIPTION for a BiocStyle'd vignette

Martin
This email message may contain legally privileged and/or...{{dropped:2}}