Skip to content

Commit

Permalink
work around r-devel/rstan/brms problem in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
bbolker committed Oct 13, 2024
1 parent 08c46d8 commit 251021e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vignettes/broom_mixed_intro.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ There are many, many things one might want to do with a fitted model, and `broom
```{r dwplot1,message=FALSE,warning=FALSE}
library(dplyr)
library(tidyr)
require(rstan) ## workaround for r-devel problem
library(broom.mixed)
if (require("brms") && require("dotwhisker") && require("ggplot2")) {
L <- load(system.file("extdata", "brms_example.rda", package="broom.mixed"))
Expand Down

0 comments on commit 251021e

Please sign in to comment.