diff --git a/DESCRIPTION b/DESCRIPTION index 881625b1..cc854ec0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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")), diff --git a/NEWS.md b/NEWS.md index 62106e48..ce86f7a7 100644 --- a/NEWS.md +++ b/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! diff --git a/R/app_version.R b/R/app_version.R index 2cbd2cc4..bce90462 100644 --- a/R/app_version.R +++ b/R/app_version.R @@ -1 +1 @@ -app_version <- function()'26.4.2' +app_version <- function()'26.6.1' diff --git a/R/hosted_version.R b/R/hosted_version.R index b2178643..27a50899 100644 --- a/R/hosted_version.R +++ b/R/hosted_version.R @@ -1 +1 @@ -hosted_version <- function()'v26.4.2-260530' +hosted_version <- function()'v26.6.1' diff --git a/R/plot-helpers.R b/R/plot-helpers.R index 361e15ef..5b4ae981 100644 --- a/R/plot-helpers.R +++ b/R/plot-helpers.R @@ -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 diff --git a/inst/translations/translation_da.csv b/inst/translations/translation_da.csv index 50a8e93b..8b230b1c 100644 --- a/inst/translations/translation_da.csv +++ b/inst/translations/translation_da.csv @@ -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" diff --git a/inst/translations/translation_sw.csv b/inst/translations/translation_sw.csv index cff599bb..4b0d628a 100644 --- a/inst/translations/translation_sw.csv +++ b/inst/translations/translation_sw.csv @@ -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"