Skip to content

Commit 582b763

Browse files
authored
Merge pull request #276 from easystats/dev
re CRAN 0.4.3
2 parents 238a042 + 505ed78 commit 582b763

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: effectsize
22
Type: Package
33
Title: Indices of Effect Size and Standardized Parameters
4-
Version: 0.4.3.1
4+
Version: 0.4.3
55
Authors@R: c(
66
person("Mattan S.",
77
"Ben-Shachar",

NEWS.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# effectsize 0.4.4
2-
3-
## Bug fixes
4-
5-
- Fixed bug in `adjust()` when `multilevel` was set to `TRUE`.
6-
71
# effectsize 0.4.3
82

93
## Breaking Changes
@@ -24,6 +18,7 @@
2418

2519
## Bug fixes
2620

21+
- `adjust()` properly works when `multilevel = TRUE`.
2722
- `cohens_d()` family / `sd_pooled()` now properly fails when given a missing column name.
2823

2924
## Changes

tests/testthat/test-adjust.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
if (require("testthat") && require("effectsize")) {
22
data(iris)
33
test_that("adjust multilevel", {
4+
skip_if_not_installed("lme4")
45
adj <- effectsize::adjust(iris[c("Sepal.Length", "Species")], multilevel = TRUE, bayesian = FALSE)
56
expect_equal(
67
head(adj$Sepal.Length),

0 commit comments

Comments
 (0)