From eac4c3ce4344ec3a4b515250cb7b3aa18ce9db8e Mon Sep 17 00:00:00 2001 From: Naeem Model Date: Sun, 25 Jun 2023 01:57:27 +0000 Subject: Remove 'shinyjs' dependency --- R/app.R | 2 -- 1 file changed, 2 deletions(-) (limited to '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) } -- cgit v1.2.3