Skip to content

Commit

Permalink
Fix pkg requirements for failing example
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed Apr 22, 2024
1 parent cf1e572 commit 12d99e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/construction_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#' @return depends on the calling function
#' @name construction_helpers
#'
#' @examplesIf do.call(asNamespace("cardx")$is_pkg_installed, list(pkg = c("withr", "lme4"), reference_pkg = "cardx"))
#' @examplesIf do.call(asNamespace("cardx")$is_pkg_installed, list(pkg = c("withr", "lme4", "broom.helpers"), reference_pkg = "cardx"))
#' construct_model(
#' x = mtcars,
#' formula = am ~ mpg + (1 | vs),
Expand Down
2 changes: 1 addition & 1 deletion man/construction_helpers.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12d99e8

Please sign in to comment.