Replies: 4 comments
-
Thanks for the report. Could you properly format your post using code blocks for code and terminal outputs? Thanks. |
Beta Was this translation helpful? Give feedback.
-
@mcanouil Updated to Quarto 1.6.40 and issue persist. Updated within post code blocks (sorry!, missed the ````qmd portion) |
Beta Was this translation helpful? Give feedback.
-
I believe your issue is related to the secondary discussions in: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug description
I am working on a Quarto Website/Dashboard and encountered unexpected behavior when working with {.tabset} that also contains a shinylive-R code chunk as one of it's tabs. For the regular R code-chunks within the tabset, I used "#| title:" for naming. When I tried this for the shinylive-R code chunk, after rendering the interactive shiny works as intended but it appears as Tab 5 (in order appearance) rather than the #| title specified name.
Not sure whether this is a Quarto or shinylive behavior, so starting by opening issue here. Ideally, I want to be able to name the tab for the shinylive-r code-chunk.
Thanks on advance for any insight you can shed!
Best-
David
Steps to reproduce
I have saved a scaled-down minimal reproducible example to my github repository under the ReproducibleExample.qmd that contains the overall page layout and the shinylive. The basic idea can be seen below:
Expected behavior
No response
Actual behavior
No response
Your environment
R version 4.4.1 (2024-06-14 ucrt)
Rstudio ‘2024.9.0.375’
Platform: x86_64-w64-mingw32/x64
Running under: Windows 11 x64 (build 26100)
Quarto check output
Beta Was this translation helpful? Give feedback.
All reactions