Skip to content

Commit

Permalink
[skip actions] Bump version to 0.5.1.9001
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav authored and github-actions[bot] committed May 7, 2024
1 parent 6d79ac6 commit 4f8dabc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9533-457X")),
Expand Down Expand Up @@ -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),
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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 ("").
Expand Down

0 comments on commit 4f8dabc

Please sign in to comment.