Skip to content

Commit

Permalink
missing a package
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Nov 25, 2024
1 parent 2da7be9 commit 1b13df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/posterior-simulation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ We'll need the following packages for this vignette:
```{r load-packages}
pkgs <- c(
"mgcv", "gratia", "dplyr", "tidyr", "ggplot2", "ggdist",
"distributional", "tibble", "withr", "patchwork"
"distributional", "tibble", "withr", "patchwork", "ggokabeito"
)
vapply(pkgs, library, logical(1L), logical.return = TRUE, character.only = TRUE)
```
Expand Down

0 comments on commit 1b13df4

Please sign in to comment.