[Bioc-devel] Rmarkdown built html vignette not included in final package tarball

Leo Lahti leo.lahti at iki.fi
Mon Oct 6 14:23:18 CEST 2014


Dear list,

I have built html vignettes from Rmd files

For this I have added the following lines in vignette start:

---
title: "my vignette"
author: "N.N"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
vignette: >
  %\VignetteEngine{knitr::rmarkdown}
  %\VignetteIndexEntry{my tutorial}
  %\usepackage[utf8]{inputenc}
---

and then run in R:
rmarkdown::render("vignette.Rmd", "html_document")

However after R CMD check and build, the html vignette is not included in
the package tarball.

How I can ensure that the html vignette will be included in the final
tarball ? Querying the bioc list messages did not lead to solution so far.


best regards
Leo Lahti

	[[alternative HTML version deleted]]



More information about the Bioc-devel mailing list