- ~~~
shinyapps (shiny examples
hellowithui.Randserver.Rinstead ofapp.R)shinygap (gap/inst/shinygap)
shinySurvival
See here for information on how these were set up.
Given the uncertainty with the Shiny server availability, it is an optional choice to run these locally within RStudio by the following steps:
- Download the appropriate repository,
- Enter the directory containing the Shiny app (i.e., ui.R and server.R); for R/gap this is
inst/shinygapfrom the source orshinygapin the installed package. - Start RStudio (through the rstudio command), and issue
library(shiny);runApp()
Note shinygap is self-contained through R/global.R whereas shinySurvival requires survminer be installed.