From c3bdf695b1d2d9eec368d23673f61a4a39179784 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Wed, 17 Jul 2024 22:36:41 +0200 Subject: [PATCH] RC for CRAN 0.8.5 (#350) --- DESCRIPTION | 8 ++++---- NEWS.md | 2 +- cran-comments.md | 2 +- tests/testthat.R | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index ba3c556b4..8c4e6eda7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: see Title: Model Visualisation Toolbox for 'easystats' and 'ggplot2' -Version: 0.8.4.8 +Version: 0.8.5 Authors@R: c(person(given = "Daniel", family = "Lüdecke", @@ -65,13 +65,13 @@ Depends: Imports: bayestestR (>= 0.13.2), correlation (>= 0.8.5), - datawizard (>= 0.11.0), + datawizard (>= 0.12.1), effectsize (>= 0.8.9), ggplot2, - insight (>= 0.20.1), + insight (>= 0.20.2), modelbased (>= 0.8.8), parameters (>= 0.22.0), - performance (>= 0.12.0) + performance (>= 0.12.1) Suggests: brms, curl, diff --git a/NEWS.md b/NEWS.md index 912655e26..271dd7251 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# see (development version) +# see 0.8.5 ## Major Changes diff --git a/cran-comments.md b/cran-comments.md index 9a936b4a0..42b57d226 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -2,7 +2,7 @@ 0 errors | 0 warnings | 0 note -* Fixes breakages caused by changes in the `parameters` package. +* Fixes test failures on CRAN on Windows old release (R 4.3.3). ## revdepcheck results diff --git a/tests/testthat.R b/tests/testthat.R index b3f9e7f7b..bbb2a54f1 100644 --- a/tests/testthat.R +++ b/tests/testthat.R @@ -1,6 +1,6 @@ -# graphics engine changed in these versions, and so snapshots generated on -# previous R version won't work -if (require("testthat") && require("vdiffr") && getRversion() > "4.3.0") { +# graphics engine changed in R 4.3, and so snapshots generated on +# previous R version won't work with later R releases +if (require("testthat", quietly = TRUE) && require("vdiffr", quietly = TRUE) && getRversion() >= "4.4.0") { library(testthat) library(see)