Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RC: CRAN 0.9.0 #358

Merged
merged 6 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading