bug hunting

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

View File

@ -16,7 +16,6 @@
^cran-comments\.md$ ^cran-comments\.md$
^CRAN-SUBMISSION$ ^CRAN-SUBMISSION$
drafting drafting
app
^\.lintr$ ^\.lintr$
^CODE_OF_CONDUCT\.md$ ^CODE_OF_CONDUCT\.md$
^~/REDCapCAST/inst/shiny-examples/casting/rsconnect$ ^~/REDCapCAST/inst/shiny-examples/casting/rsconnect$

View File

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

View File

@ -5,6 +5,6 @@ account: agdamsbo
server: shinyapps.io server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1 hostUrl: https://api.shinyapps.io/v1
appId: 11351429 appId: 11351429
bundleId: 9418747 bundleId: 9420063
url: https://agdamsbo.shinyapps.io/redcapcast/ url: https://agdamsbo.shinyapps.io/redcapcast/
version: 1 version: 1