From 18358add05e58e466ba7098f771e20d8d0599d0e Mon Sep 17 00:00:00 2001 From: Naeem Model Date: Tue, 27 Jun 2023 03:40:33 +0000 Subject: Remove 'shinyBS' 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 64b5d2a..1bf3e93 100644 --- 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.") - if (!requireNamespace("shinyBS", quietly=TRUE)) - stop("The package 'shinyBS' must be installed to launch the Rnaught web application.") shiny::shinyApp(ui(), server) } -- cgit v1.2.3