Skip to content

Commit

Permalink
Update workflow_modelbased.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke authored Feb 20, 2025
1 parent 438982d commit 29b1a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/workflow_modelbased.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ knitr::opts_chunk$set(
message = TRUE
)
options(knitr.kable.NA = "", digits = 2, width = 800, modelbased_join_dots = FALSE)
pkgs <- c("DHARMa", "ggplot2", "marginaleffects", "collapse", "Formula")
pkgs <- c("ggplot2", "marginaleffects", "collapse", "Formula")
successfully_loaded <- suppressPackageStartupMessages(vapply(pkgs, requireNamespace, FUN.VALUE = logical(1L), quietly = TRUE))
can_evaluate <- all(successfully_loaded)
Expand Down

0 comments on commit 29b1a8b

Please sign in to comment.