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-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$
|
||||||
|
@ -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"))) {
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user