Skip to content

Commit 16b39fe

Browse files
committed
Bump version to 1.13.0 for CRAN submission
1 parent 1584fd6 commit 16b39fe

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: bayesplot
22
Type: Package
33
Title: Plotting for Bayesian Models
4-
Version: 1.12.0.9000
5-
Date: 2025-04-09
4+
Version: 1.13.0
5+
Date: 2025-06-18
66
Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "[email protected]"),
77
person("Tristan", "Mahr", role = "aut"),
88
person("Paul-Christian", "Bürkner", role = "ctb"),

NEWS.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# bayesplot (development version)
2-
3-
* Add extrapolation_factor parameter to `ppc_km_overlay()` and `ppc_km_overlay_grouped()` by @Sakuski
4-
* Add possibility for left-truncation to `ppc_km_overlay()` and `ppc_km_overlay_grouped()` by @Sakuski
5-
* Added `ppc_loo_pit_ecdf()` by @TeemuSailynoja
1+
# bayesplot 1.13.0
2+
3+
* Add `ppc_loo_pit_ecdf()` by @TeemuSailynoja (#345)
4+
* Add possibility for left-truncation to `ppc_km_overlay()` and `ppc_km_overlay_grouped()` by @Sakuski (#347)
5+
* Give user control over extrapolation in `ppc_km_overlay()` and `ppc_km_overlay_grouped()` by @Sakuski (#353)
6+
* Allow passing `moment_match` via `...` for loo functions by @n-kall (#351)
7+
* Skip some tests when missing Suggests by @MichaelChirico (#344)
8+
* Remove a test that will fail with next ggplot2 release (#356)
69

710
# bayesplot 1.12.0
811

vignettes/plotting-mcmc-draws.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ mcmc_hist(posterior, pars = c("wt", "sigma"),
176176
<!-- # not evaluated to reduce vignette size for CRAN -->
177177
<!-- # full version available at mc-stan.org/bayesplot/articles -->
178178
<!-- color_scheme_set("blue") -->
179-
<!-- mcmc_hist(posterior, pars = c("wt", "sigma"), -->
179+
<!-- mcmc_hist(posterior, pars = c("wt", "sigma"), -->
180180
<!-- transformations = list("sigma" = "log")) -->
181181
<!-- ``` -->
182182

@@ -343,7 +343,7 @@ by side, and `strip.position="left"` moves the facet labels to the y-axis
343343
The [`"viridis"` color scheme](https://CRAN.R-project.org/package=viridis) is
344344
also useful for trace plots because it is comprised of very distinct colors:
345345

346-
```{r viridis-scheme, eval=FALSE}
346+
```{r viridis-scheme}
347347
color_scheme_set("viridis")
348348
mcmc_trace(posterior, pars = "(Intercept)")
349349
```

0 commit comments

Comments
 (0)