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.4.0 [skip vbump] [skip spelling] #152

Merged
merged 2 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
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