From 9e65126bd2b8a1c9bac9c8fdf8295656cbb1983f Mon Sep 17 00:00:00 2001 From: Marcin <133694481+m7pr@users.noreply.github.com> Date: Tue, 19 Nov 2024 08:58:21 +0100 Subject: [PATCH 1/2] Update teal.slice version (#1414) Once this was merged in teal.slice and the version was bumped to `0.5.1.9013` https://github.com/insightsengineering/teal.slice/pull/622 We now allow non-alphabetical non-standard names in filter panel. Without it, some tests break. Below is for teal.slice `0.5.1.9012` ```r data = within( teal.data::teal_data(), { iris <- iris mtcars <- mtcars `_a variable with spaces_` <- "new_column" # nolint: object_name. iris <- cbind(iris, data.frame(`_a variable with spaces_`)) } ) teal_data_to_filtered_data(data) Error in check_simple_name(dataname) : name '_a variable with spaces_' must only contain alphanumeric characters (with underscores) and the first character must be an alphabetic character Called from: check_simple_name(dataname) ``` --------- Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 25d5f93e12..975cde2847 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -38,7 +38,7 @@ Depends: R (>= 4.0), shiny (>= 1.8.1), teal.data (>= 0.6.0.9017), - teal.slice (>= 0.5.1.9009) + teal.slice (>= 0.5.1.9015) Imports: checkmate (>= 2.1.0), crayon, From cfa0292ee39ae557e6d5900f25c41fb19e2c8415 Mon Sep 17 00:00:00 2001 From: m7pr Date: Tue, 19 Nov 2024 07:59:18 +0000 Subject: [PATCH 2/2] [skip actions] Bump version to 0.15.2.9088 --- DESCRIPTION | 4 ++-- NEWS.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 975cde2847..55ea314f32 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: teal Title: Exploratory Web Apps for Analyzing Clinical Trials Data -Version: 0.15.2.9087 -Date: 2024-11-18 +Version: 0.15.2.9088 +Date: 2024-11-19 Authors@R: c( person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9533-457X")), diff --git a/NEWS.md b/NEWS.md index 5800fdd3f7..1623bb18b0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal 0.15.2.9087 +# teal 0.15.2.9088 ### New features