diff --git a/man/construction_helpers.Rd b/man/construction_helpers.Rd index 663dd63f..9e4793c3 100644 --- a/man/construction_helpers.Rd +++ b/man/construction_helpers.Rd @@ -106,7 +106,7 @@ names that contain a space are wrapped in backticks. } } \examples{ -\dontshow{if (do.call(asNamespace("cardx")$is_pkg_installed, list(pkg = c("withr", "lme4", "broom.helpers"), reference_pkg = "cardx"))) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} +\dontshow{if (do.call(asNamespace("cardx")$is_pkg_installed, list(pkg = c("withr", "lme4", "broom.helpers", "broom.mixed"), reference_pkg = "cardx"))) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} construct_model( x = mtcars, formula = am ~ mpg + (1 | vs),