-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathglobal.R
More file actions
30 lines (27 loc) · 792 Bytes
/
global.R
File metadata and controls
30 lines (27 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# # Install PoolTestR: r-universe dev version
# # To list repos in current session: getOption("repos")
# options(repos = c(
# CRAN = "https://cloud.r-project.org",
# angusmclure = "https://angusmclure.r-universe.dev"
# ))
# install.packages("PoolTestR", repos = c("https://angusmclure.r-universe.dev"))
# Install PoolPoweR: github dev version
# devtools::install_github("AngusMcLure/PoolPoweR")
appVersion <- "0.1.6"
library(shiny)
library(shinyBS)
library(sortable)
library(DT)
library(dplyr)
library(readxl)
# library(devtools)
library(PoolTestR)
library(PoolPoweR)
library(shinybusy)
source("R/fct_dt_display.R")
source("R/fct_pooltestr.R")
source("R/mod_boundNumeric.R")
source("R/ui_other.R")
source("R/ui_tooltips.R")
source("R/utils_design_text.R")
source("R/utils_validate.R")