Skip to content

Commit 66dd642

Browse files
committed
Update auditCommonFunctions.R
1 parent d807cbc commit 66dd642

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
@@ -2810,7 +2810,7 @@
28102810
"poisson" = gettext("The results are computed using the gamma distribution."),
28112811
"hypergeometric" = gettext("The results are computed using the beta-binomial distribution.")
28122812
)
2813-
if (options[["hurdle"]] && options[["method"]] == "binomial") {
2813+
if (!options[["workflow"]] && options[["hurdle"]] && options[["method"]] == "binomial") {
28142814
message <- gettext("The results are computed using the hurdle beta model")
28152815
}
28162816
}

0 commit comments

Comments
 (0)