mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
This commit is contained in:
parent
a8ab648eda
commit
0994cb42ec
6 changed files with 36 additions and 7 deletions
3
QA.md
3
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.
|
||||
|
|
|
@ -1 +1 @@
|
|||
app_version <- function()'250317_2026'
|
||||
app_version <- function()'250317_2113'
|
||||
|
|
|
@ -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")
|
||||
),
|
||||
)
|
||||
)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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")
|
||||
),
|
||||
)
|
||||
)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue