From 0994cb42ecffa9afc5de10c0df999200892f82a2 Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo Date: Mon, 17 Mar 2025 21:13:49 +0100 Subject: [PATCH] qa --- QA.md | 3 +++ R/app_version.R | 2 +- inst/apps/freesearcheR/app.R | 6 ++--- .../shinyapps.io/agdamsbo/freesearcheR.dcf | 2 +- inst/apps/freesearcheR/ui.R | 4 +-- vignettes/freesearcheR.Rmd | 26 +++++++++++++++++++ 6 files changed, 36 insertions(+), 7 deletions(-) diff --git a/QA.md b/QA.md index d200e37..8317ecf 100644 --- a/QA.md +++ b/QA.md @@ -6,3 +6,6 @@ A complete instructions set is not available, but below are a collection of ques No! All uploaded data is deleted when the session ends, so only stored for your analyses and the immediately deleted. +## How do I merge multiple datasets? + +You can merge multiple sheets from ods or xls(x) files on import when a common key variable is present in selected sheets. Multiple file upload/merge is currently not supported. diff --git a/R/app_version.R b/R/app_version.R index c2f44c1..bc4f4f6 100644 --- a/R/app_version.R +++ b/R/app_version.R @@ -1 +1 @@ -app_version <- function()'250317_2026' +app_version <- function()'250317_2113' diff --git a/inst/apps/freesearcheR/app.R b/inst/apps/freesearcheR/app.R index 02ef7d9..608725c 100644 --- a/inst/apps/freesearcheR/app.R +++ b/inst/apps/freesearcheR/app.R @@ -10,7 +10,7 @@ #### Current file: R//app_version.R ######## -app_version <- function()'250317_2026' +app_version <- function()'250317_2113' ######## @@ -7232,7 +7232,7 @@ ui_elements <- list( "docs" = bslib::nav_item( # shiny::img(shiny::icon("book")), shiny::tags$a( - href = "https://agdamsbo.github.io/freesearcheR/", + href = "https://agdamsbo.github.io/FreesearchR/", "Docs (external)", target = "_blank", rel = "noopener noreferrer" @@ -7288,7 +7288,7 @@ ui <- bslib::page_fixed( ), shiny::p( style = "margin: 1; color: #888;", - "AG Damsbo | v", app_version(), " | AGPLv3 license | ", shiny::tags$a("Source on Github", href = "https://github.com/agdamsbo/freesearcheR/", target = "_blank", rel = "noopener noreferrer") + "AG Damsbo | v", app_version(), " | AGPLv3 license | ", shiny::tags$a("Source on Github", href = "https://github.com/agdamsbo/FreesearchR/", target = "_blank", rel = "noopener noreferrer") ), ) ) diff --git a/inst/apps/freesearcheR/rsconnect/shinyapps.io/agdamsbo/freesearcheR.dcf b/inst/apps/freesearcheR/rsconnect/shinyapps.io/agdamsbo/freesearcheR.dcf index a180caa..8d0b399 100644 --- a/inst/apps/freesearcheR/rsconnect/shinyapps.io/agdamsbo/freesearcheR.dcf +++ b/inst/apps/freesearcheR/rsconnect/shinyapps.io/agdamsbo/freesearcheR.dcf @@ -5,6 +5,6 @@ account: agdamsbo server: shinyapps.io hostUrl: https://api.shinyapps.io/v1 appId: 13611288 -bundleId: 9958659 +bundleId: url: https://agdamsbo.shinyapps.io/freesearcheR/ version: 1 diff --git a/inst/apps/freesearcheR/ui.R b/inst/apps/freesearcheR/ui.R index 55e9ebe..8af8c19 100644 --- a/inst/apps/freesearcheR/ui.R +++ b/inst/apps/freesearcheR/ui.R @@ -567,7 +567,7 @@ ui_elements <- list( "docs" = bslib::nav_item( # shiny::img(shiny::icon("book")), shiny::tags$a( - href = "https://agdamsbo.github.io/freesearcheR/", + href = "https://agdamsbo.github.io/FreesearchR/", "Docs (external)", target = "_blank", rel = "noopener noreferrer" @@ -623,7 +623,7 @@ ui <- bslib::page_fixed( ), shiny::p( style = "margin: 1; color: #888;", - "AG Damsbo | v", app_version(), " | AGPLv3 license | ", shiny::tags$a("Source on Github", href = "https://github.com/agdamsbo/freesearcheR/", target = "_blank", rel = "noopener noreferrer") + "AG Damsbo | v", app_version(), " | AGPLv3 license | ", shiny::tags$a("Source on Github", href = "https://github.com/agdamsbo/FreesearchR/", target = "_blank", rel = "noopener noreferrer") ), ) ) diff --git a/vignettes/freesearcheR.Rmd b/vignettes/freesearcheR.Rmd index de990d7..566cc95 100644 --- a/vignettes/freesearcheR.Rmd +++ b/vignettes/freesearcheR.Rmd @@ -46,3 +46,29 @@ Currently several data file formats are supported for easy import (csv, txt, xls ### Local or sample data + + +## Evaluate + +### Baseline + +### Correlation matrix + + +## Visualise + +- Would be nice to have a table of possible plots, their description and data options + + +## Regression + + +## Download + +### Report + + +### Data + + +### Code