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
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