-
Notifications
You must be signed in to change notification settings - Fork 24
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
Issue creating an observe shiny element within a newly loaded shiny module #682
Comments
Thanks for the note @guigui351. I've had issues with the timing of those update functions in the past. Will take a look and see if I can figure out what's going on. |
Here's the image above converted to text:
|
Hey @guigui351 - that observer seems to be working as expected for me (see test code below). If you're able to share your tornadoPlot code, I'd be happy to help debug further. Would also be happy to collaborate on a PR that adds it to safetyCharts as a new chart if that is of interest. Here's the reprex with the working observer:
|
Hi Jeremy, Thanks for looking at it. In the meantime I tried to create a standalone package (tornadoplot) and make it in a way that it could be integrated in the safetyGraphics app, unfortunately it failed at some point and I'm unable to find the reason. When you'll have some time you'll mind to have a quick look at it? I pushed the package to Github and updated the readme with the pre-process steps I'm making. https://github.com/guigui351/tornadoplot The package doesn't do much yet, my initial goal is have something that could run in a standalone way and that could be integrated in safetyGraphicsApp before going to more customization. I would really appreciate your help to help me understand what I'm doing wrong to have this package loaded in your shiny app. Please note that the yaml configuration file is located in "inst/config". As I'm using golem, I'm not sure how the different modules are read by the app, can it contains multiple ui/server modules in the "workflow"? Thank you very much. |
That's great @guigui351 - I'll take a look soon and see if I can get it running in safetyGraphics! |
@guigui351 You might take a look at https://github.com/SafetyGraphics/volcanoPlot for reference. It's also a standalone Shiny application that is designed to be integrated with the safetyGraphics app. |
Hi to the SafetyGraphics team,
First of all I would like to thank you the work you've done. It's incredibly amazing !
I would need your help on the following issue. I am trying to include a new shiny module within SafetyGraphicsApp. It works well as you see below. However I don't figured out why when I include the following commented code in my shiny server the application breaks (the observe function doesn't work even without anything inside..). I followed exactly what has been done with the "mod_timeToAE.R" module you've created in the past.
I'm using the following pre-process code to run it:
Would you be able to help me on that issue?
Thanks.
The text was updated successfully, but these errors were encountered: