Skip to content

Commit

Permalink
[skip vbump] upversion to v0.6.0 (#248)
Browse files Browse the repository at this point in the history
Fixes #234
  • Loading branch information
donyunardi authored Feb 12, 2025
1 parent 5215ed1 commit 6b85c50
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: teal.transform
Title: Functions for Extracting and Merging Data in the 'teal' Framework
Version: 0.5.0.9029
Version: 0.6.0
Date: 2025-02-06
Authors@R: c(
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")),
Expand Down Expand Up @@ -33,7 +33,7 @@ Imports:
stats,
teal.data (>= 0.7.0),
teal.logger (>= 0.3.1),
teal.widgets (>= 0.4.2),
teal.widgets (>= 0.4.3),
tidyr (>= 1.0.0),
tidyselect,
utils
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.transform 0.5.0.9029
# teal.transform 0.6.0

### Enhancements

Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ funder
preselected
repo
reproducibility
Shinylive
2 changes: 1 addition & 1 deletion vignettes/teal-transform.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ It serves a dual purpose:
The primary goal of `teal.transform` is to provide functions that help in abstracting the process of Data Extraction and Data Merging in UI elements of the `shiny` app.
This helps in reducing the amount of code required to create a UI elements that directly transform the data to perform the required analysis. This is how the app user gains flexibility to transform their data right from the UI.

To explore the combined use of data extraction and merging to see the full use of `teal.transform`, please explore the [Combining data-extract with data-merge](data-extract-merge.html) vignette.
To explore the combined use of data extraction and merging to see the full use of `teal.transform`, please explore the [Combining data-extract with data-merge](combining-data-extract-with-data-merge.html) vignette.

To delve into the process of selecting specific data columns, please consult the [Data Extraction](data-extract.html) vignette.

Expand Down

0 comments on commit 6b85c50

Please sign in to comment.