summaryrefslogtreecommitdiff
path: root/R/app.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/app.R')
-rw-r--r--R/app.R2
1 files changed, 0 insertions, 2 deletions
diff --git a/R/app.R b/R/app.R
index 8048fa4..64b5d2a 100644
--- 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)
}