X-Git-Url: https://git.nmode.ca/Rnaught/blobdiff_plain/6caff1be02042720e8f362573533914a975d4e1a..18358add05e58e466ba7098f771e20d8d0599d0e:/R/app.R diff --git a/R/app.R b/R/app.R index 64b5d2a..1bf3e93 100644 --- a/R/app.R +++ b/R/app.R @@ -4,8 +4,6 @@ app <- function() { if (!requireNamespace("shiny", quietly=TRUE)) stop("The package 'shiny' must be installed to launch the Rnaught web application.") - if (!requireNamespace("shinyBS", quietly=TRUE)) - stop("The package 'shinyBS' must be installed to launch the Rnaught web application.") shiny::shinyApp(ui(), server) }