Skip to content

Commit 01f8037

Browse files
RC: CRAN 0.9.0 (#358)
1 parent bdc2c62 commit 01f8037

5 files changed

Lines changed: 10 additions & 9 deletions

File tree

DESCRIPTION

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: see
33
Title: Model Visualisation Toolbox for 'easystats' and 'ggplot2'
4-
Version: 0.8.5.7
4+
Version: 0.9.0
55
Authors@R:
66
c(person(given = "Daniel",
77
family = "Lüdecke",
@@ -65,14 +65,15 @@ Depends:
6565
Imports:
6666
bayestestR (>= 0.14.0),
6767
correlation (>= 0.8.5),
68-
datawizard (>= 0.12.2),
68+
datawizard (>= 0.12.3),
6969
effectsize (>= 0.8.9),
70-
ggplot2 (>= 3.5.1),
71-
insight (>= 0.20.2),
70+
ggplot2,
71+
insight (>= 0.20.4),
7272
modelbased (>= 0.8.8),
7373
parameters (>= 0.22.1),
74-
performance (>= 0.12.2)
74+
performance (>= 0.12.3)
7575
Suggests:
76+
BH,
7677
brms,
7778
curl,
7879
DHARMa,

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# see (development)
1+
# see 0.9.0
22

33
## Changes
44

R/plot.parameters_brms_meta.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ data_plot.parameters_brms_meta <- function(x, data = NULL, normalize_height = TR
106106
#' output of estimates and credible intervals.
107107
#' }
108108
#'
109-
#' @examplesIf require("brms") && require("metafor") && require("RcppEigen")
109+
#' @examplesIf require("brms") && require("metafor") && require("RcppEigen") && require("BH")
110110
#' \donttest{
111111
#' library(parameters)
112112
#' library(brms)

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
0 errors | 0 warnings | 0 note
44

5-
* Fixes test failures on CRAN on Windows old release (R 4.3.3).
5+
* Maintenance release.
66

77
## revdepcheck results
88

man/plot.see_parameters_brms_meta.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)