diff --git a/R/auditCommonFunctions.R b/R/auditCommonFunctions.R index a4acd5e0..451a6554 100644 --- a/R/auditCommonFunctions.R +++ b/R/auditCommonFunctions.R @@ -2810,7 +2810,7 @@ "poisson" = gettext("The results are computed using the gamma distribution."), "hypergeometric" = gettext("The results are computed using the beta-binomial distribution.") ) - if (options[["hurdle"]] && options[["method"]] == "binomial") { + if (!options[["workflow"]] && options[["hurdle"]] && options[["method"]] == "binomial") { message <- gettext("The results are computed using the hurdle beta model") } }