X-Git-Url: https://git.nmode.ca/Rnaught/blobdiff_plain/4e1ddb4ade80ac5193e08fea66c594600ab8b324..eac4c3ce4344ec3a4b515250cb7b3aa18ce9db8e:/R/app.R 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) }