What would you like to do?
Report an issue on quarto.org
Description
For knitr documents, Quarto accepts YAML array for cache-vars:
cache-vars:
- var_1
- var_2
However, the corresponding YAML array syntax is not accepted for cache-globals:
cache-globals:
- var_1
- var_2
Both options represent lists of object names, so their YAML handling should be consistent.
Environment
OS: Windows
Quarto version: 1.9.38
Engine: knitr
What would you like to do?
Report an issue on quarto.org
Description
For knitr documents, Quarto accepts YAML array for
cache-vars:However, the corresponding YAML array syntax is not accepted for
cache-globals:Both options represent lists of object names, so their YAML handling should be consistent.
Environment
OS: Windows
Quarto version: 1.9.38
Engine: knitr