]>
nmode's Git Repositories - Rnaught/blob - R/app.R
1 #' Launch the Rnaught Web Application
5 if (!requireNamespace("shiny", quietly
=TRUE))
6 stop("The package 'shiny' must be installed to launch the Rnaught web application.")
7 if (!requireNamespace("shinyBS", quietly
=TRUE))
8 stop("The package 'shinyBS' must be installed to launch the Rnaught web application.")
10 shiny
::shinyApp(ui(), server
)