Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 0.2.16 [skip vbump] [skip spelling] #576

Merged
merged 3 commits into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: teal.modules.general
Title: General Modules to Add to a `teal` Application
Version: 0.2.15.9038
Version: 0.2.16
Date: 2023-08-11
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
Expand All @@ -21,7 +21,7 @@ Depends:
R (>= 3.6),
shiny,
shinyTree,
teal (>= 0.12.0)
teal (>= 0.14.0)
Imports:
checkmate,
dplyr,
Expand All @@ -36,12 +36,12 @@ Imports:
shinyWidgets,
stats,
stringr,
teal.code (>= 0.3.0),
teal.code (>= 0.4.0),
teal.logger (>= 0.1.1),
teal.reporter (>= 0.1.1),
teal.slice (>= 0.2.0),
teal.transform (>= 0.2.0),
teal.widgets (>= 0.2.0),
teal.reporter (>= 0.2.0),
teal.slice (>= 0.4.0),
teal.transform (>= 0.4.0),
teal.widgets (>= 0.4.0),
tern (>= 0.7.10),
tibble,
tidyr,
Expand All @@ -66,7 +66,7 @@ Suggests:
rmarkdown,
rtables (>= 0.5.1),
sparkline,
teal.data (>= 0.1.2),
teal.data (>= 0.3.0),
testthat (>= 2.0)
VignetteBuilder:
knitr
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.modules.general 0.2.15.9038
# teal.modules.general 0.2.16

### Breaking changes

Expand Down