]> nmode's Git Repositories - Rnaught/blobdiff - R/app.R
Remove 'shinyBS' dependency
[Rnaught] / R / app.R
diff --git a/R/app.R b/R/app.R
index 64b5d2a3925eb163e9ee7ef0cab8eea83ec9d85d..1bf3e93bd53ac37183355463c0c4ef8f2b7a4e06 100644 (file)
--- 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.")
 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)
 }
 
     shiny::shinyApp(ui(), server)
 }