Skip to content

Commit 41fe039

Browse files
Make patchwork a hard dependency
cf. easystats/easystats#436 (reply in thread)
1 parent b837356 commit 41fe039

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: see
33
Title: Model Visualisation Toolbox for 'easystats' and 'ggplot2'
4-
Version: 0.9.0.8
4+
Version: 0.9.0.9
55
Authors@R:
66
c(person(given = "Daniel",
77
family = "Lüdecke",
@@ -69,6 +69,7 @@ Imports:
6969
ggplot2 (>= 3.5.1),
7070
insight (>= 0.20.5),
7171
modelbased (>= 0.8.9),
72+
patchwork (>= 1.2.0),
7273
parameters (>= 0.23.0),
7374
performance (>= 0.12.4)
7475
Suggests:
@@ -99,7 +100,6 @@ Suggests:
99100
metafor,
100101
NbClust,
101102
nFactors,
102-
patchwork (>= 1.2.0),
103103
poorman,
104104
psych,
105105
qqplotr (>= 0.0.6),

NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
- `plot()` for `simulate_parameters()` now better copes with models that have
1515
multiple response levels (e.g. multinomial models).
16+
17+
- Gains `{patchwork}` as a hard dependency given its importance for the package.
1618

1719
## Bug fixes
1820

man/see-package.Rd

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/testthat.R

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# graphics engine changed in R 4.3, and so snapshots generated on
2-
# previous R version won't work with later R releases
3-
if (require("testthat", quietly = TRUE) && require("vdiffr", quietly = TRUE) && getRversion() >= "4.4.0") {
1+
# graphics engine changed in R 4.4, and so snapshots generated on
2+
# previous R version won't work
3+
if (getRversion() >= "4.4.0") {
44
library(testthat)
55
library(see)
66

0 commit comments

Comments
 (0)