-
Notifications
You must be signed in to change notification settings - Fork 331
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tabset naming for a shinylive code chunk #11812
Comments
Thanks for the report. Could you properly format your post using code blocks for code and terminal outputs? Thanks. |
@mcanouil Updated to Quarto 1.6.40 and issue persist. Updated within post code blocks (sorry!, missed the ````qmd portion) |
I believe your issue is related to the secondary discussions in: |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
The text was updated successfully, but these errors were encountered: