Skip to content

Commit

Permalink
bump parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jun 30, 2024
1 parent 478768b commit a70bb0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.6
Version: 0.8.4.7
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down Expand Up @@ -70,7 +70,7 @@ Imports:
ggplot2,
insight (>= 0.20.1),
modelbased (>= 0.8.8),
parameters (>= 0.21.7),
parameters (>= 0.22.0),
performance (>= 0.12.0)
Suggests:
brms,
Expand Down
2 changes: 1 addition & 1 deletion 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" && getRversion() < "4.4.0") {
if (require("testthat") && require("vdiffr") && getRversion() > "4.3.0") {
library(testthat)
library(see)

Expand Down

0 comments on commit a70bb0b

Please sign in to comment.