-
DescriptionHello, Some chunks have long-running operations where the quarto progress bar for the overall document just stops until the chunk code is fully executed. My language of reference is R. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
R code is ran via See https://yihui.org/en/2023/01/knitr-progress-bar/ and the |
Beta Was this translation helpful? Give feedback.
Still, that's a
knitr
option to set.If you don't want the messages to be printed in the rendered document, but in the console, the
knitr
documentation says:The same goes for warnings.
(Note that I am using a custom progress bar.)