Skip to content

Commit 6b85c50

Browse files
authored
[skip vbump] upversion to v0.6.0 (#248)
Fixes #234
1 parent 5215ed1 commit 6b85c50

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: teal.transform
22
Title: Functions for Extracting and Merging Data in the 'teal' Framework
3-
Version: 0.5.0.9029
3+
Version: 0.6.0
44
Date: 2025-02-06
55
Authors@R: c(
66
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
@@ -33,7 +33,7 @@ Imports:
3333
stats,
3434
teal.data (>= 0.7.0),
3535
teal.logger (>= 0.3.1),
36-
teal.widgets (>= 0.4.2),
36+
teal.widgets (>= 0.4.3),
3737
tidyr (>= 1.0.0),
3838
tidyselect,
3939
utils

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# teal.transform 0.5.0.9029
1+
# teal.transform 0.6.0
22

33
### Enhancements
44

inst/WORDLIST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ funder
77
preselected
88
repo
99
reproducibility
10+
Shinylive

vignettes/teal-transform.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ It serves a dual purpose:
3030
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.
3131
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.
3232

33-
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.
33+
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.
3434

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

0 commit comments

Comments
 (0)