Skip to content

Commit

Permalink
RC for CRAN 0.8.5 (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil authored Jul 17, 2024
1 parent aedbf73 commit c3bdf69
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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.4.8
Version: 0.8.5
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down Expand Up @@ -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,
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 version)
# see 0.8.5

## Major Changes

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 breakages caused by changes in the `parameters` package.
* Fixes test failures on CRAN on Windows old release (R 4.3.3).

## revdepcheck results

Expand Down
6 changes: 3 additions & 3 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit c3bdf69

Please sign in to comment.