Skip to content

Commit 6a26868

Browse files
committed
bump to dev version
1 parent 97394ac commit 6a26868

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: bayesplot
22
Type: Package
33
Title: Plotting for Bayesian Models
4-
Version: 1.10.0
4+
Version: 1.10.0.9000
55
Date: 2022-11-16
66
Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"), email = "jsg2201@columbia.edu"),
77
person("Tristan", "Mahr", role = "aut"),

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<!-- See http://style.tidyverse.org/news.html for advice on writing news -->
22

3+
# bayesplot 1.10.0.9000
4+
5+
* Items for next release here
6+
37
# bayesplot 1.10.0
48

59
* New function `mcmc_rank_ecdf()` for rank ecdf plots with confidence bands for

R/mcmc-traces.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
#' color_scheme_set("purple")
127127
#' p <- mcmc_trace(
128128
#' x,
129-
#' regex_pars = "beta\\\[[1,3]\\\]",
129+
#' regex_pars = "beta\\[[1,3]\\]",
130130
#' facet_args = list(labeller = ggplot2::label_parsed)
131131
#' )
132132
#' p + facet_text(size = 15)

man/MCMC-traces.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)