Re: [Rd] Problem building rmarkdown vignettes with child

2018-11-10 Thread nos...@altfeld-im.de
Which R version are you using to produce the problem? A few first indications: - The regex in ".install_extras" does not match your file endings: Change "Rmd_tmp$" into "Rmd_t$" - Try "output: rmarkdown::html_vignette" instead of "output: html_document" in the header of the file "ABVignetteWi

Re: [Rd] Problem building rmarkdown vignettes with child

2018-09-14 Thread Duncan Murdoch
On 14/09/2018 3:22 AM, Witold E Wolski wrote: Dear Community, I have an Rmarkdown vignette with optional child documents. Since all markdown files in the vingette folder are build when executing R CMD build I did place the child documents in /inst/ParametrizedReportChid/ so they are excluded fro