Skip to content

Commit 5a56108

Browse files
author
Florence Bockting
committed
docs: update imported libraries
1 parent ca771d5 commit 5a56108

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

vignettes/loo-pit-correlated-tests.Rmd

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,25 @@ vignette: >
1717
```{r, child="children/SETTINGS-knitr.txt"}
1818
```
1919

20-
```{r setup, include=FALSE}
21-
set.seed(2026)
22-
#library(bayesplot)
23-
devtools::load_all()
20+
```{r pkgs, include=FALSE}
2421
library(ggplot2)
2522
library(patchwork)
2623
library(loo)
24+
library(brms)
25+
2726
bayesplot_theme_set()
27+
28+
set.seed(2026)
29+
```
30+
31+
```{r, eval=FALSE}
32+
library(bayesplot)
33+
library(ggplot2)
34+
library(patchwork)
35+
library(loo)
36+
library(brms)
37+
38+
set.seed(2026)
2839
```
2940

3041
## Introduction

0 commit comments

Comments
 (0)