Skip to content

Commit 7191411

Browse files
committed
Update auditCommonFunctions.R
1 parent b9a9eb2 commit 7191411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/auditCommonFunctions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2805,7 +2805,7 @@
28052805
"poisson" = gettext("The results are computed using the gamma distribution."),
28062806
"hypergeometric" = gettext("The results are computed using the beta-binomial distribution.")
28072807
)
2808-
if (options[["hurdle"]] && options[["method"]] == "binomial") {
2808+
if (!options[["workflow"]] && options[["hurdle"]] && options[["method"]] == "binomial") {
28092809
message <- gettext("The results are computed using the hurdle beta model")
28102810
}
28112811
}

0 commit comments

Comments
 (0)