]>
nmode's Git Repositories - Rnaught/blob - R/app.R
1bf3e93bd53ac37183355463c0c4ef8f2b7a4e06
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.")
8 shiny
::shinyApp(ui(), server
)