From 5413a94d1ec312f9ba00fa8c206a6865bb2f7e13 Mon Sep 17 00:00:00 2001 From: goknurginer Date: Tue, 9 Apr 2024 12:59:34 +1000 Subject: [PATCH] Adding pkg installations to fix RMD check error --- R/app.R | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/R/app.R b/R/app.R index bccb038..f4382fc 100644 --- a/R/app.R +++ b/R/app.R @@ -1,9 +1,14 @@ +install.packages(shiny) +install.packages(shinyWidgets) +install.packages(shinythemes) +install.packages(DT) +install.packages(refund.shiny) library(shiny) library(shinyWidgets) library(shinythemes) library(DT) -# source("global.R") library(refund.shiny) +# source("global.R") options(shiny.maxRequestSize=100*1024^2) # Define UI ---- ui <- navbarPage("CuReSPR", id = "main",