enginge: [knitr|jupiter]
should be globally settable
#6539
Closed
r-cheologist
started this conversation in
Feature Requests
Replies: 1 comment
-
See: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When dealing with the fact that inline (
R
-)code is only processed when the same*.qmd
contains a code chunk (see #4855), I noticed that the top-level_quarto.yml
in a project may hold global chunk options likeIn contrast,
engine: knitr
apparently has to (re)appear in theyaml
-header of any project-inherent*.qmd
file - I did, at least not manage to set that parameter globally in_quarto.yml
(neither in theexecute
section, nor underformat: pdf:
).It would be helpful if, analogously to above
execute:
examples, the engine could be globally defined and that definition*.qmd
-locally overridden as needed.Beta Was this translation helpful? Give feedback.
All reactions