Skip to content

Commit

Permalink
Merge branch 'main' into 187_ard_poisson_test@main
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua authored Aug 26, 2024
2 parents f8f1f1f + f9377fd commit 2ceaa68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: cardx
Title: Extra Analysis Results Data Utilities
Version: 0.2.0.9009
Version: 0.2.0.9010
Authors@R: c(
person("Daniel", "Sjoberg", , "[email protected]", role = c("aut", "cre")),
person("Abinaya", "Yogasekaram", , "[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 @@
# cardx 0.2.0.9009
# cardx 0.2.0.9010

* Bug fix in `ard_categorical.survey.design()` where all unweighted statistics were returned, even in the case where they were explicitly not requested.

Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-ard_continuous_ci.data.frame.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ test_that("ard_continuous_ci.data.frame(method = 'wilcox.test')", {
})

test_that("ard_continuous_ci.data.frame() follows ard structure", {
skip_if_not(is_pkg_installed("broom", reference_pkg = "cardx"))

expect_silent(
ard_continuous_ci(
mtcars,
Expand Down

0 comments on commit 2ceaa68

Please sign in to comment.