Skip to content
Open
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
2 changes: 1 addition & 1 deletion 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.7.0.9001
Version: 0.7.1
Date: 2025-12-01
Authors@R: c(
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")),
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# teal.transform 0.7.0.9001
# teal.transform 0.7.1

### Miscellaneous

* Fixed the pipe behavior by adding `magrittr` library call when the generated expression is using `%>%` operator.

# teal.transform 0.7.0

Expand Down
Loading