Skip to content

Commit

Permalink
Merge branch 'main' into 898_save_app_state3@main
Browse files Browse the repository at this point in the history
  • Loading branch information
chlebowa authored Mar 20, 2024
2 parents 5a0dc7f + 67801d1 commit 71413a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 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.5.0.9003
Date: 2024-03-18
Version: 0.5.0.9004
Date: 2024-03-20
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
Expand Down Expand Up @@ -32,7 +32,7 @@ Imports:
shinyvalidate,
stats,
teal.data (>= 0.5.0),
teal.logger (>= 0.1.1),
teal.logger (>= 0.1.3.9013),
teal.widgets (>= 0.4.0),
tidyr (>= 0.8.3),
tidyselect
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.9003
# teal.transform 0.5.0.9004

# teal.transform 0.5.0

Expand Down
1 change: 1 addition & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.onLoad <- function(libname, pkgname) {
teal.logger::register_logger("teal.transform")
teal.logger::register_handlers("teal.transform")
invisible()
}

0 comments on commit 71413a4

Please sign in to comment.