Closed barracuda156 closed 1 month ago
Seems related to https://github.com/yihui/knitr/issues/2338, and also that the way I am skipping vignette rendering for long vignettes seems not properly cause the check for re-running vignette code to skip depending on R CMD CHECK options. I think the former should be fixed by passing purl = FALSE
on chunks with error = TRUE
and the latter by not using an RMarkdown parameter to determine the value of eval
(since that parameter value is getting evaluated and written into the vignette code file instead of recalculated). I'll see what I can do.
I think I was able to re-create your test environment and address the issue. Should be fixed on master, let me know if it's still an issue.
Output for related vignettes: