Skip to content

Detect knitr and reticulate via Quarto engine binding (#2174) - #2338

Draft
edavidaja wants to merge 4 commits into
mainfrom
quarto-engine-binding
Draft

Detect knitr and reticulate via Quarto engine binding (#2174)#2338
edavidaja wants to merge 4 commits into
mainfrom
quarto-engine-binding

Conversation

@edavidaja

@edavidaja edavidaja commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

renv::dependencies() now follows Quarto's engine-binding rules for .qmd documents: a document using the knitr engine infers knitr (rather than rmarkdown), and additionally infers reticulate when it contains Python chunks. Explicit engine:/jupyter:/knitr: YAML options are honored (so a jupyter-engine document infers neither); closes #2174.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

capture dependencies for quarto engine binding

1 participant