]> nmode's Git Repositories - Rnaught/blobdiff - R/app.R
Remove 'shinyjs' dependency
[Rnaught] / R / app.R
diff --git a/R/app.R b/R/app.R
index 8048fa4f1b2c987223ac2a272799f1fd097a2cf6..64b5d2a3925eb163e9ee7ef0cab8eea83ec9d85d 100644 (file)
--- a/R/app.R
+++ b/R/app.R
@@ -6,8 +6,6 @@ app <- function() {
         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.")
-    if (!requireNamespace("shinyjs", quietly=TRUE))
-        stop("The package 'shinyjs' must be installed to launch the Rnaught web application.")
 
     shiny::shinyApp(ui(), server)
 }