mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
version ready for merging
This commit is contained in:
parent
1793a2650f
commit
5e85902d4b
7 changed files with 25 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Package: FreesearchR
|
||||
Title: Easy data analysis for clinicians
|
||||
Version: 26.5.1
|
||||
Version: 26.6.1
|
||||
Authors@R: c(
|
||||
person("Andreas Gammelgaard", "Damsbo",email="agdamsbo@clin.au.dk", role = c("aut", "cre"),
|
||||
comment = c(ORCID = "0000-0002-7559-1154")),
|
||||
|
|
|
|||
2
NEWS.md
2
NEWS.md
|
|
@ -1,4 +1,4 @@
|
|||
# FreesearchR 26.5.1
|
||||
# FreesearchR 26.6.1
|
||||
|
||||
*NEW* The visuals module has been restructured to allow for more advanced inputs, which will be added in the future. Basically a more future proof design allowing for more adjustments, while striving to keep the simplicity. Have fun!
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
app_version <- function()'26.4.2'
|
||||
app_version <- function()'26.6.1'
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
hosted_version <- function()'v26.4.2-260530'
|
||||
hosted_version <- function()'v26.6.1'
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ available_plots <- function() {
|
|||
id = "secondary",
|
||||
type = "select_variables",
|
||||
var_types = c("dichotomous", "categorical"),
|
||||
allow_none = FALSE,
|
||||
allow_none = TRUE,
|
||||
# inputId = "sec",
|
||||
label = i18n$t("Secondary variable"),
|
||||
multiple = FALSE
|
||||
|
|
|
|||
|
|
@ -313,3 +313,13 @@
|
|||
"Modify factor","Modify factor"
|
||||
"Create factor/categorical variable from other variables.","Create factor/categorical variable from other variables."
|
||||
"The data set has %s obs. in %s variables.","The data set has %s obs. in %s variables."
|
||||
"Adjust plot input and settings below, then press ""Plot"".","Adjust plot input and settings below, then press ""Plot""."
|
||||
"Define plot","Define plot"
|
||||
"Choose color palette","Choose color palette"
|
||||
"Additional variable","Additional variable"
|
||||
"Grouping variable","Grouping variable"
|
||||
"Secondary variable","Secondary variable"
|
||||
"Reverse colors","Reverse colors"
|
||||
"Plot survey results","Plot survey results"
|
||||
"Additional variables","Additional variables"
|
||||
"Other variables","Other variables"
|
||||
|
|
|
|||
|
|
|
@ -313,3 +313,13 @@
|
|||
"Modify factor","Modify factor"
|
||||
"Create factor/categorical variable from other variables.","Create factor/categorical variable from other variables."
|
||||
"The data set has %s obs. in %s variables.","The data set has %s obs. in %s variables."
|
||||
"Adjust plot input and settings below, then press ""Plot"".","Adjust plot input and settings below, then press ""Plot""."
|
||||
"Define plot","Define plot"
|
||||
"Choose color palette","Choose color palette"
|
||||
"Additional variable","Additional variable"
|
||||
"Grouping variable","Grouping variable"
|
||||
"Secondary variable","Secondary variable"
|
||||
"Reverse colors","Reverse colors"
|
||||
"Plot survey results","Plot survey results"
|
||||
"Additional variables","Additional variables"
|
||||
"Other variables","Other variables"
|
||||
|
|
|
|||
|
Loading…
Add table
Add a link
Reference in a new issue