Skip to content

Commit

Permalink
Merge branch 'master' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
avehtari committed Oct 1, 2023
2 parents 6e6ae0b + f496bca commit bd813e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos_ch11/demo11_5.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#+ setup, message=FALSE, error=FALSE, warning=FALSE
library(posterior)
library(bayesplot)
theme_set(bayesplot::theme_default(base_family = "sans"))
ggplot2::theme_set(bayesplot::theme_default(base_family = "sans"))

#' ## Use of posterior package for convergence diagnostics
#'
Expand Down
2 changes: 1 addition & 1 deletion demos_ch11/demo11_5.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ output:
```{r setup, message=FALSE, error=FALSE, warning=FALSE}
library(posterior)
library(bayesplot)
theme_set(bayesplot::theme_default(base_family = "sans"))
ggplot2::theme_set(bayesplot::theme_default(base_family = "sans"))
```

## Use of posterior package for convergence diagnostics
Expand Down

0 comments on commit bd813e3

Please sign in to comment.