certara / survivalnma

R interface for popular survival network meta-analysis models (requires WinBUGS)
12 stars 5 forks source link

Provide this a nice interface using R shiny #3

Open shubhrampandey opened 4 years ago

shubhrampandey commented 4 years ago

Hi, Thanks for this great package. I just want to know do you have any plan to provide this package an interface with the help of R shiny. I can work on that if you have not started.

You can check my profile here: www.shubhrampandey.com recently I have developed a dashboard on COVID-19 you can find dashboard on my website as well.

Thanks

wwiecek commented 4 years ago

Hi Shubhram, thanks for the offer and your interest in our package prototype! I never considered a Shiny interface for this, but indeed that could be quite nice. I imagine the main functionality would be in having a very simple dashboard for uploading files (as specified by read_km_folder or in the survnma() arguments) and then simply add a small dashboard for arranging plot and table outputs of survnma(). The Shiny app could be launched via a new function inside survivalnma, so that going forward it automatically is compatible with future additions.

If you would want to make a pull request for that, I'd certainly make time to review and help make it work with the tool. I'm hoping that we will be able to release this package on CRAN in 2020 so of course you would be credited for that module.