dark-peak-analytics / assertHE

R package to assist in the verification of health economic decision models.
https://dark-peak-analytics.github.io/assertHE/
Other
4 stars 10 forks source link

Allow Visualiser to be an RStudio addin #83

Closed Smit-tay closed 3 months ago

Smit-tay commented 3 months ago

There appears to be some kind of issue with importing shiny.

Smit-tay commented 3 months ago

Fixes #82

Visualiser works as an add-in. providing an input UI for various parameters.

Smit-tay commented 3 months ago

Fixed the issue which would cause the Visualiser to not actually display, even though it was running.

It seems a Shiny app (which I use for parameter input) can't launch another Shiny App (the visualiser) trivially. The work-around, is to make sure the parameter app closes before launching the visualiser.

RobertASmith commented 3 months ago

Looks good - I'll make some edits to the UI later to make it prettier, but it seems functional once the comments above are added in.

Smit-tay commented 3 months ago

Done