Skip to content

Commit

Permalink
Merge branch '1386_deprecate' of https://github.com/insightsengineeri…
Browse files Browse the repository at this point in the history
…ng/teal into 1386_deprecate
  • Loading branch information
llrs-roche committed Nov 11, 2024
2 parents 5d3e89e + 22ca011 commit a1645ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: teal
Title: Exploratory Web Apps for Analyzing Clinical Trials Data
Version: 0.15.2.9084
Date: 2024-11-08
Version: 0.15.2.9085
Date: 2024-11-11
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9533-457X")),
Expand Down Expand Up @@ -37,7 +37,7 @@ BugReports: https://github.com/insightsengineering/teal/issues
Depends:
R (>= 4.0),
shiny (>= 1.8.1),
teal.data (>= 0.6.0.9015),
teal.data (>= 0.6.0.9017),
teal.slice (>= 0.5.1.9009)
Imports:
checkmate (>= 2.1.0),
Expand All @@ -49,7 +49,7 @@ Imports:
rlang (>= 1.0.0),
shinyjs,
stats,
teal.code (>= 0.5.0.9012),
teal.code (>= 0.5.0.9015),
teal.logger (>= 0.2.0),
teal.reporter (>= 0.3.1.9004),
teal.widgets (>= 0.4.0),
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal 0.15.2.9084
# teal 0.15.2.9085

### New features

Expand All @@ -15,7 +15,7 @@
`datanames` one should modify `module$datanames`.
* The `landing_popup_module()` needs to be passed as the `landing_popup` argument of `init` instead of being passed as a module of the `modules` argument of `init`.
* `teal` no longer re-export `%>%`. Please load `library(magrittr)` instead or use `|>` from `base`.
* `module(server)` argument does not accept the `datasets` argument.
* `module(server)` parameter does not accept the `datasets` argument.

### Enhancement

Expand Down

0 comments on commit a1645ec

Please sign in to comment.