mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-27 23:31:54 +01:00
bug hunting
This commit is contained in:
parent
4ad21c7f57
commit
99cce26753
@ -16,7 +16,6 @@
|
||||
^cran-comments\.md$
|
||||
^CRAN-SUBMISSION$
|
||||
drafting
|
||||
app
|
||||
^\.lintr$
|
||||
^CODE_OF_CONDUCT\.md$
|
||||
^~/REDCapCAST/inst/shiny-examples/casting/rsconnect$
|
||||
|
@ -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"))) {
|
||||
|
@ -5,6 +5,6 @@ account: agdamsbo
|
||||
server: shinyapps.io
|
||||
hostUrl: https://api.shinyapps.io/v1
|
||||
appId: 11351429
|
||||
bundleId: 9418747
|
||||
bundleId: 9420063
|
||||
url: https://agdamsbo.shinyapps.io/redcapcast/
|
||||
version: 1
|
||||
|
Loading…
Reference in New Issue
Block a user