small help text

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-12-19 14:14:21 +01:00
parent aad2fb5760
commit 10d34dd3d6
No known key found for this signature in database
5 changed files with 16 additions and 4 deletions

View file

@ -1959,6 +1959,7 @@ ui_elements <- list(
width = "100%",
icon = shiny::icon("play")
),
shiny::helpText('After importing, hit "Start" or navigate to the desired tab.'),
shiny::br(),
shiny::br()
),
@ -2213,7 +2214,7 @@ ui <- bslib::page_fluid(
"Data is only stored for analyses and deleted immediately afterwards."),
shiny::p(
style = "margin: 1; color: #888;",
"Andreas G Damsbo | AGPLv3 license | ", shiny::tags$a("Source on Github", href = "https://github.com/agdamsbo/webResearch/")
"Andreas G Damsbo | AGPLv3 license | ", shiny::tags$a("Source on Github", href = "https://github.com/agdamsbo/webResearch/", target="_blank", rel="noopener noreferrer")
),
)
)

View file

@ -5,6 +5,6 @@ account: agdamsbo
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 13611288
bundleId: 9539876
bundleId:
url: https://agdamsbo.shinyapps.io/freesearcheR/
version: 1

View file

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

View file

@ -69,6 +69,7 @@ ui_elements <- list(
width = "100%",
icon = shiny::icon("play")
),
shiny::helpText('After importing, hit "Start" or navigate to the desired tab.'),
shiny::br(),
shiny::br()
),
@ -323,7 +324,7 @@ ui <- bslib::page_fluid(
"Data is only stored for analyses and deleted immediately afterwards."),
shiny::p(
style = "margin: 1; color: #888;",
"Andreas G Damsbo | AGPLv3 license | ", shiny::tags$a("Source on Github", href = "https://github.com/agdamsbo/webResearch/")
"Andreas G Damsbo | AGPLv3 license | ", shiny::tags$a("Source on Github", href = "https://github.com/agdamsbo/webResearch/", target="_blank", rel="noopener noreferrer")
),
)
)

View file

@ -6,7 +6,7 @@ By intention, this tool has been designed to be simple to use with a minimum of
There are four simple steps to go through:
1. Import data (a spreadsheet/file on your machine, direct export from a REDCap server, or a local file provided with a package)
1. Import data (a spreadsheet/file on your machine, direct export from a REDCap server, or a local file provided with a package).
2. An *optional* step of data modification (change variable classes and creating categorical variables (factors) from numeric or time data)