Skip to content

Commit

Permalink
RC CRAN: 0.10.0 (#381)
Browse files Browse the repository at this point in the history
* CRAN submission

* remove remaining twitter handle

* add missing dep

* another missing dep
  • Loading branch information
IndrajeetPatil authored Jan 22, 2025
1 parent fc58ca7 commit f1bd98d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
9 changes: 5 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.9.0.15
Version: 0.10.0
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down Expand Up @@ -41,8 +41,7 @@ Authors@R:
person(given = "Matthew",
family = "Smith",
role = "rev",
email = "[email protected]",
comment = c(Twitter = "@SmithMatt90")),
email = "[email protected]"),
person(given = "Jakob",
family = "Bossek",
role = "rev",
Expand All @@ -62,7 +61,7 @@ Depends:
R (>= 4.0),
stats
Imports:
bayestestR (>= 0.15.0),
bayestestR (>= 0.15.1),
correlation (>= 0.8.6),
datawizard (>= 1.0.0),
effectsize (>= 1.0.0),
Expand All @@ -75,6 +74,7 @@ Imports:
Suggests:
BH,
brms,
collapse,
curl,
DHARMa,
emmeans,
Expand All @@ -92,6 +92,7 @@ Suggests:
lavaan,
lme4,
logspline,
marginaleffects,
MASS,
mclogit,
mclust,
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)
# see 0.10.0

## 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

* Maintenance release.
* Fixes failing tests due to updates to easystats packages.

## revdepcheck results

Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Acyclic
Anova
BFs
BayesFactor
Biserial
Expand Down
2 changes: 1 addition & 1 deletion man/see-package.Rd

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

2 changes: 2 additions & 0 deletions tests/testthat/test-plot.estimate_contrasts.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
test_that("`plot.see_estimate_contrasts()` works", {
skip_if_not_installed("rstanarm")
skip_if_not_installed("emmeans")
skip_if_not_installed("marginaleffects")
skip_if_not_installed("collapse")

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

0 comments on commit f1bd98d

Please sign in to comment.