Skip to content

Commit 7c4a1f7

Browse files
authored
Merge pull request #272 from stan-dev/fix-for-cran
Fix for cran
2 parents e257fb2 + abfe208 commit 7c4a1f7

35 files changed

+6756
-6654
lines changed

DESCRIPTION

Lines changed: 2 additions & 3 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.8.0.9000
5-
Date: 2021-01-07
4+
Version: 1.8.1
5+
Date: 2021-06-13
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"),
@@ -21,7 +21,6 @@ Description: Plotting functions for posterior analysis, MCMC diagnostics,
2121
developers working on a variety of R packages for Bayesian modeling,
2222
particularly (but not exclusively) packages interfacing with 'Stan'.
2323
License: GPL (>= 3)
24-
LazyData: TRUE
2524
URL: https://mc-stan.org/bayesplot/
2625
BugReports: https://github.com/stan-dev/bayesplot/issues/
2726
SystemRequirements: pandoc (>= 1.12.3), pandoc-citeproc

NEWS.md

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

3-
# bayesplot 1.8.0.9000
3+
# bayesplot 1.8.1
44

5-
Items for next release go here
5+
* Fix R cmd check error on linux for CRAN
66

77

88
# bayesplot 1.8.0

tests/figs/deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
- vdiffr-svg-engine: 1.0
22
- vdiffr: 0.3.3
3-
- freetypeharfbuzz: 0.2.5
3+
- freetypeharfbuzz: 0.2.6

tests/figs/mcmc-intervals/mcmc-areas-default.svg

Lines changed: 10 additions & 0 deletions
Loading

tests/figs/mcmc-intervals/mcmc-areas-equal-height.svg

Lines changed: 10 additions & 0 deletions
Loading

tests/figs/mcmc-intervals/mcmc-areas-inner.svg

Lines changed: 10 additions & 0 deletions
Loading

tests/figs/mcmc-intervals/mcmc-areas-means.svg

Lines changed: 10 additions & 0 deletions
Loading

tests/figs/mcmc-intervals/mcmc-areas-no-points.svg

Lines changed: 10 additions & 0 deletions
Loading

tests/figs/mcmc-intervals/mcmc-areas-outer.svg

Lines changed: 10 additions & 0 deletions
Loading

tests/figs/mcmc-intervals/mcmc-areas-rhats.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)