inst/shinyApp/app.R

devtools::install_github("myllym/GET") # need recent fixes not on CRAN yet
devtools::install_github("byandell/ewing")

# Define UI for app that draws a histogram ----
ui <- ewing::ewingUI()

server <- ewing::ewingServer 

shiny::shinyApp(ui = ui, server = server)
byandell/ewing documentation built on Jan. 3, 2024, 7:27 p.m.