qa
Some checks are pending
pkgdown.yaml / pkgdown (push) Waiting to run

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-03-17 21:13:49 +01:00
parent a8ab648eda
commit 0994cb42ec
No known key found for this signature in database
6 changed files with 36 additions and 7 deletions

3
QA.md
View file

@ -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. 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.

View file

@ -1 +1 @@
app_version <- function()'250317_2026' app_version <- function()'250317_2113'

View file

@ -10,7 +10,7 @@
#### Current file: R//app_version.R #### 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( "docs" = bslib::nav_item(
# shiny::img(shiny::icon("book")), # shiny::img(shiny::icon("book")),
shiny::tags$a( shiny::tags$a(
href = "https://agdamsbo.github.io/freesearcheR/", href = "https://agdamsbo.github.io/FreesearchR/",
"Docs (external)", "Docs (external)",
target = "_blank", target = "_blank",
rel = "noopener noreferrer" rel = "noopener noreferrer"
@ -7288,7 +7288,7 @@ ui <- bslib::page_fixed(
), ),
shiny::p( shiny::p(
style = "margin: 1; color: #888;", 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")
), ),
) )
) )

View file

@ -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: 13611288 appId: 13611288
bundleId: 9958659 bundleId:
url: https://agdamsbo.shinyapps.io/freesearcheR/ url: https://agdamsbo.shinyapps.io/freesearcheR/
version: 1 version: 1

View file

@ -567,7 +567,7 @@ ui_elements <- list(
"docs" = bslib::nav_item( "docs" = bslib::nav_item(
# shiny::img(shiny::icon("book")), # shiny::img(shiny::icon("book")),
shiny::tags$a( shiny::tags$a(
href = "https://agdamsbo.github.io/freesearcheR/", href = "https://agdamsbo.github.io/FreesearchR/",
"Docs (external)", "Docs (external)",
target = "_blank", target = "_blank",
rel = "noopener noreferrer" rel = "noopener noreferrer"
@ -623,7 +623,7 @@ ui <- bslib::page_fixed(
), ),
shiny::p( shiny::p(
style = "margin: 1; color: #888;", 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")
), ),
) )
) )

View file

@ -46,3 +46,29 @@ Currently several data file formats are supported for easy import (csv, txt, xls
### Local or sample data ### 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