Running from an R Shiny Server? #67
Replies: 2 comments 1 reply
-
Dear James, Packaged applications can be deployed to RStudio Connect, but the process is a bit more manual. Since the RStudio IDE does not detect the usual structure of a ShinyApp, it may not show the Publish button on the top right corner as usual. 1.- Save the script containing the library import and the epitweetr_app call as 'app.R'. Bear in mind that you may or may not be successful when deploying this way depending on your RStudio Connect server configuration - you may need to tweak it a bit before. Hope it helps! Kind regards, |
Beta Was this translation helpful? Give feedback.
-
Thanks @edelgado-ecdc and @forchard . We also have an R Studio Server that can run scripts/background processes and store data. We'll continue exploring some options. |
Beta Was this translation helpful? Give feedback.
-
Hi ECDC colleagues,
Thanks as always for your great work in epidemic intelligence. We're interested in exploring this tool a little further. We have an R Shiny server available (RStudio Connect). Any tips on getting the epitweetr shiny app published to an R shiny server?
The usual process of running these two lines of code will not work, since the script actually needs to be formatted as a shiny app.
library(epitweetr)
epitweetr_app("data_dir")
Thanks,
James
Beta Was this translation helpful? Give feedback.
All reactions