From 10d34dd3d643fb11b3c38f295a9b5606ebe3dc9e Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo Date: Thu, 19 Dec 2024 14:14:21 +0100 Subject: [PATCH] small help text --- inst/apps/data_analysis_modules/app.R | 3 ++- .../rsconnect/shinyapps.io/agdamsbo/freesearcheR.dcf | 2 +- .../shinyapps.io/cognitiveindex/freesearcheR_extra.dcf | 10 ++++++++++ inst/apps/data_analysis_modules/ui.R | 3 ++- inst/apps/data_analysis_modules/www/intro.md | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 inst/apps/data_analysis_modules/rsconnect/shinyapps.io/cognitiveindex/freesearcheR_extra.dcf diff --git a/inst/apps/data_analysis_modules/app.R b/inst/apps/data_analysis_modules/app.R index e98d66e..0ec37d4 100644 --- a/inst/apps/data_analysis_modules/app.R +++ b/inst/apps/data_analysis_modules/app.R @@ -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") ), ) ) diff --git a/inst/apps/data_analysis_modules/rsconnect/shinyapps.io/agdamsbo/freesearcheR.dcf b/inst/apps/data_analysis_modules/rsconnect/shinyapps.io/agdamsbo/freesearcheR.dcf index 1377e75..8d0b399 100644 --- a/inst/apps/data_analysis_modules/rsconnect/shinyapps.io/agdamsbo/freesearcheR.dcf +++ b/inst/apps/data_analysis_modules/rsconnect/shinyapps.io/agdamsbo/freesearcheR.dcf @@ -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 diff --git a/inst/apps/data_analysis_modules/rsconnect/shinyapps.io/cognitiveindex/freesearcheR_extra.dcf b/inst/apps/data_analysis_modules/rsconnect/shinyapps.io/cognitiveindex/freesearcheR_extra.dcf new file mode 100644 index 0000000..befa571 --- /dev/null +++ b/inst/apps/data_analysis_modules/rsconnect/shinyapps.io/cognitiveindex/freesearcheR_extra.dcf @@ -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 diff --git a/inst/apps/data_analysis_modules/ui.R b/inst/apps/data_analysis_modules/ui.R index f0c342e..b929c84 100644 --- a/inst/apps/data_analysis_modules/ui.R +++ b/inst/apps/data_analysis_modules/ui.R @@ -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") ), ) ) diff --git a/inst/apps/data_analysis_modules/www/intro.md b/inst/apps/data_analysis_modules/www/intro.md index 13cc32e..d758d3e 100644 --- a/inst/apps/data_analysis_modules/www/intro.md +++ b/inst/apps/data_analysis_modules/www/intro.md @@ -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)