Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass ... to vignette engines #1577

Merged
merged 1 commit into from
Aug 3, 2018
Merged

Conversation

jimhester
Copy link
Contributor

This allows you to pass additional arguments to vignette engines if desired. This can be used in the ... argument to tools::buildVignette() or by explicitly retrieving the vignette engine, e.g.

vignetteEngine("knitr::rmarkdown")$weave("file.Rmd", clean = TRUE)

We would use this in devtools so we could save the intermediate md files when building Rmd vignettes with devtools::build_vignettes()

@yihui yihui added this to the v1.21 milestone Aug 3, 2018
Copy link
Owner

@yihui yihui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@yihui yihui merged commit acf672e into yihui:master Aug 3, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants