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]] _______________________________________________ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel