Clarify chunk numbering in console output #12713
Closed
a-difabio
started this conversation in
Feature Requests
Replies: 1 comment
-
I believe that is an issue with RStudio or knitr since I don't think Quarto is doing anything about code cells labels at all. edit: The issue is from RStudio, use See for previously opened issues on the RStudio repository: https://github.com/rstudio/rstudio |
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
Unnamed code chunks are numbered differently by RStudio and Quarto, and this makes it a bit hard to look for a specific code chunk in a file containing both named and unnamed code chunks.
For example, if this was the content of a .qmd file:
This inconsistency is a bit confusing, especially when one is trying to find out which chunk of code is taking a long time to run or giving you an error.
Could Quarto's console output follow RStudio format?
Something like this, for instance: "Chunk-1", "Chunk-2-A-Named-Code-Chunk", "Chunk-3".
Beta Was this translation helpful? Give feedback.
All reactions