Replies: 1 comment
-
|
Hmmmmm, that is interesting! Are you using the Shiny extension to run the app? Can you create a reprex (a minimal reproducible example) for your Shiny app that demonstrates the problem? I know that's a big ask for a complex task like this but it's tough to say what might be going wrong if we can't understand it. There are some details on reprexes for Shiny here. Thanks! 🙌 |
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.
-
Hi,
I have a bit of a unique use case where I have built a shiny app that collects user inputs and passes those inputs as parameters into a quarto doc and renders the quarto doc in HTML and Typst. This app runs fine locally when I run it from RStudio, but I am noticing that the quarto portion of the app fails when I run it on Positron. I think that some piece of metadata is not getting passed to the quarto doc. I have attached a subset of the code output that I get in the console when I try to use the app to render the quarto doc. It seems to be related to colors used in functions in the bslib package.
Any help with this would be appreciated!
Thanks,
Michelle
Beta Was this translation helpful? Give feedback.
All reactions