-
Notifications
You must be signed in to change notification settings - Fork 394
Closed
Labels
backportbugSomething isn't workingSomething isn't workingpandoc-luaIssues with our Lua helper functions, filters, etc. in PandocIssues with our Lua helper functions, filters, etc. in Pandoc
Milestone
Description
Bug description
To reproduce:
git clone https://github.com/matthew-brett/test-quarto-2
cd test-quarto-2
quarto render
This gives error:
Error running filter /Users/mb312/dev_trees/quarto-cli/src/resources/filters/main.lua:
...ees/quarto-cli/src/resources/filters/./common/tables.lua:107: attempt to call a nil value (method 'clone')
...
The page generating the error consists only of:
```{r}
kableExtra::kable(cars,
caption = 'Caption
{#tbl-veh-numbers}')
```
The error requires the caption to run over more than one line, and to contain the table label.
New issue opened as requested from: #5392
This is on macOS 13.3.1 on M2.
$ quarto check
[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.1.2: OK
Dart Sass version 1.55.0: OK
Deno version 1.33.1: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
Version: 99.9.9
Path: /Users/mb312/dev_trees/quarto-cli/package/dist/bin
[✓] Checking basic markdown render....OK
[✓] Checking Python 3 installation....OK
Version: 3.10.11
Path: /Users/mb312/.virtualenvs/resampling-with/bin/python3
Jupyter: 5.3.0
Kernels: python3, ir
[✓] Checking Jupyter engine render....OK
[✓] Checking R installation...........OK
Version: 4.3.0
Path: /opt/homebrew/Cellar/r/4.3.0_1/lib/R
LibPaths:
- /Users/mb312/Library/R/arm64/4.3/library
- /opt/homebrew/lib/R/4.3/site-library
- /opt/homebrew/Cellar/r/4.3.0_1/lib/R/library
knitr: 1.42
rmarkdown: 2.21
[✓] Checking Knitr engine render......OK
Checklist
- Please include a minimal, fully reproducible example in a single .qmd file? Please provide the whole file rather than the snippet you believe is causing the issue.
- Please format your issue so it is easier for us to read the bug report.
- Please document the RStudio IDE version you're running (if applicable), by providing the value displayed in the "About RStudio" main menu dialog?
- Please document the operating system you're running. If on Linux, please provide the specific distribution.
- Please provide the output of
quarto checkso we know which version of quarto and its dependencies you're running.
Metadata
Metadata
Assignees
Labels
backportbugSomething isn't workingSomething isn't workingpandoc-luaIssues with our Lua helper functions, filters, etc. in PandocIssues with our Lua helper functions, filters, etc. in Pandoc