Skip to content

Commit c8cb503

Browse files
authored
prepare CRAN release (#492)
* prepare CRAN release * update version requirements * use remotes for now, for checks * Update test-backtransform_invlink.R * update snaps * remove remotes
1 parent 1d36ba1 commit c8cb503

8 files changed

+904
-971
lines changed

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: modelbased
33
Title: Estimation of Model-Based Predictions, Contrasts and Means
4-
Version: 0.10.0.33
4+
Version: 0.11.0
55
Authors@R:
66
c(person(given = "Dominique",
77
family = "Makowski",
@@ -105,4 +105,3 @@ Roxygen: list(markdown = TRUE)
105105
Config/Needs/check: stan-dev/cmdstanr
106106
Config/Needs/website: easystats/easystatstemplate
107107
LazyData: true
108-
Remotes: easystats/parameters

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# modelbased (devel)
1+
# modelbased 0.11.0
22

33
## New functions
44

tests/testthat/_snaps/plot-grouplevel/plot-grouplevel-bayes-1.svg

Lines changed: 111 additions & 121 deletions
Loading

tests/testthat/_snaps/plot-grouplevel/plot-grouplevel-bayes-2.svg

Lines changed: 105 additions & 115 deletions
Loading

tests/testthat/_snaps/plot-grouplevel/plot-grouplevel-bayes-3.svg

Lines changed: 231 additions & 249 deletions
Loading

tests/testthat/_snaps/plot-grouplevel/plot-grouplevel-bayes-4.svg

Lines changed: 249 additions & 267 deletions
Loading

tests/testthat/_snaps/plot/plot-grouplevel-lme4-1.svg

Lines changed: 205 additions & 215 deletions
Loading

tests/testthat/test-backtransform_invlink.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ test_that("estimate_means correct inverse link for stan-glm", {
7676
skip_if(is.null(m))
7777

7878
out <- estimate_means(m, "wt = [sd]")
79-
expect_equal(out$Predicted, c(0.81144, 0.38844, 0.08599), tolerance = 1e-4)
79+
expect_equal(out$Median, c(0.81144, 0.38844, 0.08599), tolerance = 1e-4)
8080
expect_equal(out$CI_low, c(0.54837, 0.2029, 0.01342), tolerance = 1e-4)
8181
})

0 commit comments

Comments
 (0)