Skip to content

Commit

Permalink
Vignette fix for collapse issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreifer committed Feb 10, 2025
1 parent 2010e7a commit a484624
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vignettes/estimating-effects.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ knitr::opts_chunk$set(echo = TRUE, eval = TRUE)
options(width = 200, digits= 4)
me_ok <- requireNamespace("marginaleffects", quietly = TRUE)
me_ok_new <- me_ok && utils::packageVersion("marginaleffects") >= "0.25.0"
me_ok_old <- me_ok && utils::packageVersion("marginaleffects") < "0.25.0"
me_ok_new <- FALSE && me_ok && utils::packageVersion("marginaleffects") >= "0.25.0"
su_ok <- requireNamespace("survival", quietly = TRUE)
```

Expand Down

0 comments on commit a484624

Please sign in to comment.