Skip to content

Commit

Permalink
Merge branch 'main' into remove_backticks_cdisc@main
Browse files Browse the repository at this point in the history
  • Loading branch information
donyunardi authored Jan 22, 2024
2 parents d6d9062 + cab0e41 commit 5f253dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: teal.data
Title: Data Model for 'teal' Applications
Version: 0.3.0.9038
Date: 2024-01-18
Version: 0.3.0.9039
Date: 2024-01-19
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
person("Aleksander", "Chlebowski", , "[email protected]", role = "aut"),
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.data 0.3.0.9038
# teal.data 0.3.0.9039

### Enhancements

Expand Down
6 changes: 4 additions & 2 deletions tests/testthat/helper-all.equal.R
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# covr package doesn't detect the .S3method if it is declared within R/ folder
.S3method("all.equal", "join_keys", all.equal.join_keys)
# Register method for testthat::expect_identical to compare join_keys
if (testthat::is_testing()) {
registerS3method("all.equal", "join_keys", all.equal.join_keys)
}

0 comments on commit 5f253dc

Please sign in to comment.