mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-27 23:31:54 +01:00
on shinyapps.io and running. woop woop!
This commit is contained in:
parent
d8ca1d9eb1
commit
87505daeeb
@ -33,7 +33,8 @@ Suggests:
|
|||||||
devtools,
|
devtools,
|
||||||
roxygen2,
|
roxygen2,
|
||||||
spelling,
|
spelling,
|
||||||
rhub
|
rhub,
|
||||||
|
rsconnect
|
||||||
License: GPL (>= 3)
|
License: GPL (>= 3)
|
||||||
Encoding: UTF-8
|
Encoding: UTF-8
|
||||||
LazyData: true
|
LazyData: true
|
||||||
|
@ -41,6 +41,7 @@ dmy
|
|||||||
docx
|
docx
|
||||||
doi
|
doi
|
||||||
dplyr
|
dplyr
|
||||||
|
droplevels
|
||||||
ds
|
ds
|
||||||
dta
|
dta
|
||||||
et
|
et
|
||||||
@ -49,6 +50,7 @@ factorising
|
|||||||
fct
|
fct
|
||||||
forcats
|
forcats
|
||||||
github
|
github
|
||||||
|
gtsummary
|
||||||
gues
|
gues
|
||||||
hms
|
hms
|
||||||
https
|
https
|
||||||
@ -77,6 +79,7 @@ rds
|
|||||||
readr
|
readr
|
||||||
realising
|
realising
|
||||||
redcapAPI
|
redcapAPI
|
||||||
|
redcapcast
|
||||||
renv
|
renv
|
||||||
runApp
|
runApp
|
||||||
sel
|
sel
|
||||||
|
@ -11,7 +11,7 @@ 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"))) {
|
||||||
|
@ -0,0 +1,10 @@
|
|||||||
|
name: redcapcast-dev
|
||||||
|
title:
|
||||||
|
username: agdamsbo
|
||||||
|
account: agdamsbo
|
||||||
|
server: shinyapps.io
|
||||||
|
hostUrl: https://api.shinyapps.io/v1
|
||||||
|
appId: 13463848
|
||||||
|
bundleId: 9425126
|
||||||
|
url: https://agdamsbo.shinyapps.io/redcapcast-dev/
|
||||||
|
version: 1
|
@ -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: 9420063
|
bundleId: 9425139
|
||||||
url: https://agdamsbo.shinyapps.io/redcapcast/
|
url: https://agdamsbo.shinyapps.io/redcapcast/
|
||||||
version: 1
|
version: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user