bug hunting

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-27 07:42:03 +01:00
commit 99cce26753
No known key found for this signature in database
3 changed files with 5 additions and 6 deletions

View file

@ -8,10 +8,10 @@ library(dplyr)
library(gt)
library(devtools)
if (!requireNamespace("REDCapCAST")) {
install.packages("REDCapCAST")
}
library(REDCapCAST)
# if (!requireNamespace("REDCapCAST")) {
# install.packages("REDCapCAST")
# }
# library(REDCapCAST)
## Load merged files for shinyapps.io hosting
if (file.exists(here::here("functions.R"))) {