Skip to content

Commit

Permalink
check if effects pkg is available
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Aug 11, 2023
1 parent 70034d2 commit a587f2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vignettes/plot_marginal_effects.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ options(width = 800, tibble.width = Inf)
if (!requireNamespace("sjmisc", quietly = TRUE) ||
!requireNamespace("splines", quietly = TRUE) ||
!requireNamespace("ggeffects", quietly = TRUE) ||
!requireNamespace("effects", quietly = TRUE) ||
!requireNamespace("ggplot2", quietly = TRUE) ||
!requireNamespace("haven", quietly = TRUE) ||
!requireNamespace("sjlabelled", quietly = TRUE)) {
Expand Down

0 comments on commit a587f2b

Please sign in to comment.