Skip to content

Commit

Permalink
release 0.4.0 [skip vbump] [skip spelling] (#152)
Browse files Browse the repository at this point in the history
Releasing 0.4.0

Linking with:
insightsengineering/nestdevs-tasks#25

---------

Co-authored-by: Dawid Kałędkowski <[email protected]>
  • Loading branch information
donyunardi and gogonzo authored Aug 14, 2023
1 parent 0fb20f7 commit 5e7acf7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: teal.transform
Title: Functions for Extracting and Merging Data in the `teal` Framework
Version: 0.3.0.9009
Date: 2023-07-31
Version: 0.4.0
Date: 2023-08-11
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
Expand Down Expand Up @@ -29,17 +29,17 @@ Imports:
shinyjs,
shinyvalidate,
stats,
teal.data (>= 0.1.2),
teal.data (>= 0.3.0),
teal.logger (>= 0.1.1),
teal.slice (>= 0.2.0),
teal.widgets (>= 0.2.0),
teal.slice (>= 0.4.0),
teal.widgets (>= 0.4.0),
tidyr,
tidyselect
Suggests:
knitr,
rmarkdown,
shinytest,
teal.code (>= 0.3.0),
teal.code (>= 0.4.0),
testthat (>= 3.1.5)
VignetteBuilder:
knitr
Expand Down
15 changes: 11 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# teal.transform 0.3.0.9009
# teal.transform 0.4.0

### Miscellaneous

* Removed `scda` package dependency from examples.
* Deprecated `data_merge_module()` and `data_merge_srv()`.
* The `get_relabel_call` function now returns a call to `teal.data::col_relabel` instead of one to `formatters::var_relabel`.
* Update installation instruction

# teal.transform 0.3.0

### New Features

Expand All @@ -16,9 +25,7 @@

### Miscellaneous

* Removed `scda` package dependency from examples.
* Deprecated `data_merge_module()` and `data_merge_srv()`.
* The `get_relabel_call` function now returns a call to `teal.data::col_relabel` instead of one to `formatters::var_relabel`.
* Examples use `scda.2022` instead of `scda.2021`

# teal.transform 0.2.0

Expand Down

0 comments on commit 5e7acf7

Please sign in to comment.