minor app updates

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-06-07 12:01:09 +02:00
parent 70f7ab188b
commit 6abee8f78e
No known key found for this signature in database
3 changed files with 4 additions and 23 deletions

View File

@ -1,10 +0,0 @@
name: redcapcast
title:
username: agdamsbo
account: agdamsbo
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 11351429
bundleId: 8567755
url: https://agdamsbo.shinyapps.io/redcapcast/
version: 1

View File

@ -1,10 +0,0 @@
name: shiny_cast
title:
username: cognitiveindex
account: cognitiveindex
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 11351378
bundleId: 8306502
url: https://cognitiveindex.shinyapps.io/shiny_cast/
version: 1

View File

@ -21,7 +21,7 @@ ui <- shiny::shinyUI(
shiny::h4(
"This tool includes to convenient functions:",
shiny::br(),
"1) creating a REDCap data dictionary based on a spreadsheet (.csv/.xls(x)/.dta) and",
"1) creating a REDCap data dictionary based on a spreadsheet (.csv/.xls(x)/.dta/.ods) and",
shiny::br(),
"2) creating said database on a given REDCap server and uploading the dataset via API access."
),
@ -39,7 +39,8 @@ ui <- shiny::shinyUI(
".csv",
".xls",
".xlsx",
".dta"
".dta",
".ods"
)
),
shiny::h6("Below you can download the dataset formatted for upload and the
@ -115,7 +116,7 @@ ui <- shiny::shinyUI(
shiny::br(),
shiny::hr(),
shiny::tags$footer(shiny::strong("Disclaimer: "),
"This tool is aimed at demonstrating use of REDCapCAST. No responsibility for data loss or any other problems will be taken. Please contact me for support.",
"This tool is aimed at demonstrating use of REDCapCAST. The app can be run locally or on a hosted server (will save no data anywhere). No responsibility for data loss or any other problems will be taken. Please contact me for support.",
shiny::br(),
shiny::a("License: GPL-3+", href = "https://agdamsbo.github.io/REDCapCAST/LICENSE.html"),
"|",