Skip to content

Commit

Permalink
Adding pkg installations to fix RMD check error
Browse files Browse the repository at this point in the history
  • Loading branch information
goknurginer committed Apr 9, 2024
1 parent 1138788 commit 5413a94
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion R/app.R
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5413a94

Please sign in to comment.