Skip to content

Commit

Permalink
Make patchwork a hard dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Nov 17, 2024
1 parent b837356 commit 41fe039
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 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.9.0.8
Version: 0.9.0.9
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down Expand Up @@ -69,6 +69,7 @@ Imports:
ggplot2 (>= 3.5.1),
insight (>= 0.20.5),
modelbased (>= 0.8.9),
patchwork (>= 1.2.0),
parameters (>= 0.23.0),
performance (>= 0.12.4)
Suggests:
Expand Down Expand Up @@ -99,7 +100,6 @@ Suggests:
metafor,
NbClust,
nFactors,
patchwork (>= 1.2.0),
poorman,
psych,
qqplotr (>= 0.0.6),
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

- `plot()` for `simulate_parameters()` now better copes with models that have
multiple response levels (e.g. multinomial models).

- Gains `{patchwork}` as a hard dependency given its importance for the package.

## Bug fixes

Expand Down
10 changes: 5 additions & 5 deletions man/see-package.Rd

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

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 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") {
# graphics engine changed in R 4.4, and so snapshots generated on
# previous R version won't work
if (getRversion() >= "4.4.0") {
library(testthat)
library(see)

Expand Down

0 comments on commit 41fe039

Please sign in to comment.