Skip to content

Commit f1bd98d

Browse files
RC CRAN: 0.10.0 (#381)
* CRAN submission * remove remaining twitter handle * add missing dep * another missing dep
1 parent fc58ca7 commit f1bd98d

6 files changed

Lines changed: 11 additions & 7 deletions

File tree

DESCRIPTION

Lines changed: 5 additions & 4 deletions
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.15
4+
Version: 0.10.0
55
Authors@R:
66
c(person(given = "Daniel",
77
family = "Lüdecke",
@@ -41,8 +41,7 @@ Authors@R:
4141
person(given = "Matthew",
4242
family = "Smith",
4343
role = "rev",
44-
email = "M.Smith3@napier.ac.uk",
45-
comment = c(Twitter = "@SmithMatt90")),
44+
email = "M.Smith3@napier.ac.uk"),
4645
person(given = "Jakob",
4746
family = "Bossek",
4847
role = "rev",
@@ -62,7 +61,7 @@ Depends:
6261
R (>= 4.0),
6362
stats
6463
Imports:
65-
bayestestR (>= 0.15.0),
64+
bayestestR (>= 0.15.1),
6665
correlation (>= 0.8.6),
6766
datawizard (>= 1.0.0),
6867
effectsize (>= 1.0.0),
@@ -75,6 +74,7 @@ Imports:
7574
Suggests:
7675
BH,
7776
brms,
77+
collapse,
7878
curl,
7979
DHARMa,
8080
emmeans,
@@ -92,6 +92,7 @@ Suggests:
9292
lavaan,
9393
lme4,
9494
logspline,
95+
marginaleffects,
9596
MASS,
9697
mclogit,
9798
mclust,

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# see (development)
1+
# see 0.10.0
22

33
## Changes
44

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
0 errors | 0 warnings | 0 note
44

5-
* Maintenance release.
5+
* Fixes failing tests due to updates to easystats packages.
66

77
## revdepcheck results
88

inst/WORDLIST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Acyclic
2+
Anova
23
BFs
34
BayesFactor
45
Biserial

man/see-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/testthat/test-plot.estimate_contrasts.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
test_that("`plot.see_estimate_contrasts()` works", {
22
skip_if_not_installed("rstanarm")
33
skip_if_not_installed("emmeans")
4+
skip_if_not_installed("marginaleffects")
5+
skip_if_not_installed("collapse")
46

57
model <- stan_glm(Sepal.Width ~ Species, data = iris, refresh = 0)
68
contrasts <- modelbased::estimate_contrasts(model, contrast = "Species")

0 commit comments

Comments
 (0)