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 +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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue