Skip to content

Commit 5e7acf7

Browse files
donyunardigogonzo
andauthored
release 0.4.0 [skip vbump] [skip spelling] (#152)
Releasing 0.4.0 Linking with: insightsengineering/nestdevs-tasks#25 --------- Co-authored-by: Dawid Kałędkowski <[email protected]>
1 parent 0fb20f7 commit 5e7acf7

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

DESCRIPTION

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: teal.transform
22
Title: Functions for Extracting and Merging Data in the `teal` Framework
3-
Version: 0.3.0.9009
4-
Date: 2023-07-31
3+
Version: 0.4.0
4+
Date: 2023-08-11
55
Authors@R: c(
66
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
77
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
@@ -29,17 +29,17 @@ Imports:
2929
shinyjs,
3030
shinyvalidate,
3131
stats,
32-
teal.data (>= 0.1.2),
32+
teal.data (>= 0.3.0),
3333
teal.logger (>= 0.1.1),
34-
teal.slice (>= 0.2.0),
35-
teal.widgets (>= 0.2.0),
34+
teal.slice (>= 0.4.0),
35+
teal.widgets (>= 0.4.0),
3636
tidyr,
3737
tidyselect
3838
Suggests:
3939
knitr,
4040
rmarkdown,
4141
shinytest,
42-
teal.code (>= 0.3.0),
42+
teal.code (>= 0.4.0),
4343
testthat (>= 3.1.5)
4444
VignetteBuilder:
4545
knitr

NEWS.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# teal.transform 0.3.0.9009
1+
# teal.transform 0.4.0
2+
3+
### Miscellaneous
4+
5+
* Removed `scda` package dependency from examples.
6+
* Deprecated `data_merge_module()` and `data_merge_srv()`.
7+
* The `get_relabel_call` function now returns a call to `teal.data::col_relabel` instead of one to `formatters::var_relabel`.
8+
* Update installation instruction
9+
10+
# teal.transform 0.3.0
211

312
### New Features
413

@@ -16,9 +25,7 @@
1625

1726
### Miscellaneous
1827

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

2330
# teal.transform 0.2.0
2431

0 commit comments

Comments
 (0)