From 4f8dabc43c1c97a3e1b91c486c68050c86e30900 Mon Sep 17 00:00:00 2001 From: vedhav Date: Tue, 7 May 2024 10:34:39 +0000 Subject: [PATCH] [skip actions] Bump version to 0.5.1.9001 --- DESCRIPTION | 12 ++++++------ NEWS.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4c9e0f2b5..68fec5ac5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: teal.slice Title: Filter Module for 'teal' Applications -Version: 0.5.1.9000 -Date: 2024-05-01 +Version: 0.5.1.9001 +Date: 2024-05-07 Authors@R: c( person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9533-457X")), @@ -34,7 +34,6 @@ BugReports: https://github.com/insightsengineering/teal.slice/issues Depends: R (>= 4.0) Imports: - R6 (>= 2.2.0), bslib (>= 0.4.0), checkmate (>= 2.1.0), dplyr (>= 1.0.5), @@ -45,19 +44,20 @@ Imports: logger (>= 0.2.0), methods, plotly (>= 4.9.2.2), + R6 (>= 2.2.0), shiny (>= 1.6.0), - shinyWidgets (>= 0.6.2), shinycssloaders (>= 1.0.0), shinyjs, + shinyWidgets (>= 0.6.2), teal.data (>= 0.4.0), teal.logger (>= 0.1.3.9013), teal.widgets (>= 0.4.0), utils Suggests: - MultiAssayExperiment, - SummarizedExperiment, knitr (>= 1.42), + MultiAssayExperiment, rmarkdown (>= 2.19), + SummarizedExperiment, testthat (>= 3.1.5), withr (>= 2.1.0) VignetteBuilder: diff --git a/NEWS.md b/NEWS.md index 5a71efcf3..0f6fd511d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.slice 0.5.1.9000 +# teal.slice 0.5.1.9001 ### Bug fixes * Fix error while creating the filter choices when the data has a factor with a level containing an empty string ("").