Closed ralmond closed 1 year ago
Can you share a full, single .qmd that causes this issue (or multiple files in a repro if needed?).
Hi, I'm going to go ahead and close this issue since I haven't heard back from you. If you can provide a single a full, single .qmd that causes this issue (or multiple files in a repro if needed), we'll be happy to reopen.
I've created a gadget for editing probability distributions.
This seems to work in inside of a Rmarkdown document.
However, I'm trying to move this into a qmd document. Here is my attempt:
Where node is defined in a bunch of code run in context setup.
In the quarto version my code isn't rendering, and I'm wondering what I'm missing.
I suppose I could try running the function in
gadget$ui()
in a render context; however, then I don't know what to do withgadget1$server()
which is a three argument function.Source code for the gadgets is at https://github.com/ralmond/Peanut/R/shinyNode.R if you are curious.