latest release
Some checks failed
pkgdown.yaml / pkgdown (push) Has been cancelled

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-10-08 11:13:30 +02:00
commit a06177481b
No known key found for this signature in database
35 changed files with 459 additions and 435 deletions

View file

@ -73,7 +73,7 @@ import_globalenv_ui <- function(id,
id = ns("import-result"),
status = "info",
tags$b(i18n$t("No data selected!")),
i18n$t("Use a datasat from your environment or from the environment of a package."),
i18n$t("Use a dataset from your environment or from the environment of a package."),
dismissible = TRUE
)
),
@ -150,7 +150,9 @@ import_globalenv_server <- function(id,
selected = character(0),
choices = choices,
choicesOpt = choicesOpt,
options = list(title = i18n$t("List of datasets..."))
options = list(
title = i18n$t("List of datasets..."),
"live-search" = TRUE)
)
})
@ -159,7 +161,7 @@ import_globalenv_server <- function(id,
id = "import-result",
status = "info",
tags$b(i18n$t("No data selected!")),
i18n$t("Use a datasat from your environment or from the environment of a package."),
i18n$t("Use a dataset from your environment or from the environment of a package."),
dismissible = TRUE
)
)