Skip to content

Commit 62e6407

Browse files
committed
CRAN: reduce example runtime in mcmc-intervals.R
1 parent 717d851 commit 62e6407

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: bayesplot
22
Type: Package
33
Title: Plotting for Bayesian Models
44
Version: 1.10.0
5-
Date: 2022-11-15
5+
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"),
88
person("Paul-Christian", "Bürkner", role = "ctb"),

R/mcmc-intervals.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
#' "beta[4]" = "param label 2"),
109109
#' limits = c("beta[4]", "alpha")
110110
#' )
111-
#' }
112111
#'
113112
#' # color by rhat value
114113
#' color_scheme_set("blue")
@@ -125,6 +124,8 @@
125124
#' p + legend_move("bottom")
126125
#' p + legend_move("none") # or p + legend_none()
127126
#'
127+
#' }
128+
#'
128129
#' # Different area calculations
129130
#' b3 <- c("beta[1]", "beta[2]", "beta[3]")
130131
#'

man/MCMC-intervals.Rd

Lines changed: 2 additions & 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)