Skip to content

Commit

Permalink
RC: CRAN 0.9.0 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 6, 2024
1 parent bdc2c62 commit 01f8037
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: see
Title: Model Visualisation Toolbox for 'easystats' and 'ggplot2'
Version: 0.8.5.7
Version: 0.9.0
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down Expand Up @@ -65,14 +65,15 @@ Depends:
Imports:
bayestestR (>= 0.14.0),
correlation (>= 0.8.5),
datawizard (>= 0.12.2),
datawizard (>= 0.12.3),
effectsize (>= 0.8.9),
ggplot2 (>= 3.5.1),
insight (>= 0.20.2),
ggplot2,
insight (>= 0.20.4),
modelbased (>= 0.8.8),
parameters (>= 0.22.1),
performance (>= 0.12.2)
performance (>= 0.12.3)
Suggests:
BH,
brms,
curl,
DHARMa,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# see (development)
# see 0.9.0

## Changes

Expand Down
2 changes: 1 addition & 1 deletion R/plot.parameters_brms_meta.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ data_plot.parameters_brms_meta <- function(x, data = NULL, normalize_height = TR
#' output of estimates and credible intervals.
#' }
#'
#' @examplesIf require("brms") && require("metafor") && require("RcppEigen")
#' @examplesIf require("brms") && require("metafor") && require("RcppEigen") && require("BH")
#' \donttest{
#' library(parameters)
#' library(brms)
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

0 errors | 0 warnings | 0 note

* Fixes test failures on CRAN on Windows old release (R 4.3.3).
* Maintenance release.

## revdepcheck results

Expand Down
2 changes: 1 addition & 1 deletion man/plot.see_parameters_brms_meta.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 01f8037

Please sign in to comment.