Skip to content

Commit

Permalink
Test failing on CRAN
Browse files Browse the repository at this point in the history
Fixes #439
  • Loading branch information
strengejacke committed Jun 25, 2024
1 parent d26b750 commit 5fe4714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/report_htest_wilcox.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
# report_effectsize ---------------------

.report_effectsize_wilcox <- function(x, table, dot_args) {
args <- c(list(x, rank_biserial = TRUE), dot_args)
table <- do.call(parameters::parameters, args)
args <- c(list(x, es_type = "rank_biserial"), dot_args)
table <- do.call(parameters::model_parameters, args)
ci <- attributes(table)$ci
estimate <- "r_rank_biserial"

Expand Down

0 comments on commit 5fe4714

Please sign in to comment.