Skip to content

Commit

Permalink
missed file
Browse files Browse the repository at this point in the history
  • Loading branch information
ayogasekaram committed Oct 23, 2024
1 parent 5cc40d7 commit 3c9dba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils-add_p_tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ add_p_test_emmeans <- function(data, variable, by, adj.vars = NULL, conf.level =
check_pkg_installed("cardx")
check_empty(c("test.args"), ...)

if (!is_empty(group)) check_pkg_installed("lme4")
if (!is_empty(group)) check_pkg_installed("lme4", ref = "cardx")
if (inherits(data, "survey.design")) check_pkg_installed("survey", ref = "cardx")

# checking inputs
Expand Down

0 comments on commit 3c9dba4

Please sign in to comment.