Replies: 1 comment 5 replies
-
|
@fkohrt Please open discussions rather than issues after you checked the documentation. The only supported tag by Quarto ( ---
title: My Document
format: html
engine: knitr
params:
test: !expr "Sys.Date()"
--- |
Beta Was this translation helpful? Give feedback.
5 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.
-
I have:
Bug description
The documentation at
help(topic = "knit_params", package = "knitr")contains the following example document to show how parameters can be populated using R code.Steps to reproduce
Actual behavior
Rendering this document with Quarto leads to the following error:
Expected behavior
The document should render without errors.
Your environment
Quarto check output
Quarto 1.7.31 [✓] Checking environment information... Quarto cache location: /home/[USER]/.cache/quarto [✓] Checking versions of quarto binary dependencies... Pandoc version 3.6.3: OK Dart Sass version 1.85.1: OK Deno version 1.46.3: OK Typst version 0.13.0: OK [✓] Checking versions of quarto dependencies......OK [✓] Checking Quarto installation......OK Version: 1.7.31 Path: /home/[USER]/bin/quarto/bin [✓] Checking tools....................OK TinyTeX: (not installed) Chromium: (not installed) [✓] Checking LaTeX....................OK Using: Installation From Path Path: /usr/local/texlive/2024/bin/x86_64-linux Version: 2024 [✓] Checking Chrome Headless....................OK Using: Chrome found on system Path: /usr/bin/chromium-browser Source: PATH [✓] Checking basic markdown render....OK [✓] Checking Python 3 installation....OK Version: 3.13.3 Path: /usr/bin/python3 Jupyter: 5.7.2 Kernels: ir, python3 [✓] Checking Jupyter engine render....OK [✓] Checking R installation...........OK Version: 4.5.1 Path: /usr/lib64/R LibPaths: - /home/[USER]/R/x86_64-redhat-linux-gnu-library/4.5 - /usr/local/lib/R/library - /usr/lib64/R/library - /usr/share/R/library knitr: 1.50 rmarkdown: 2.29 [✓] Checking Knitr engine render......OKBeta Was this translation helpful? Give feedback.
All reactions