Skip to content

Commit

Permalink
news
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jun 27, 2024
1 parent 5b655df commit f5c3b8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# datawizard 0.11.0.1
# datawizard 0.11.1

BREAKING CHANGES

Expand All @@ -21,6 +21,10 @@ CHANGES
frame, where the first column contains name of the variable for which
frequencies were calculated, and the second column contains the frequency table.

* `demean()` (and `degroup()`) now also work for cross-classified designs, or
more generally, for data with multiple grouping or cluster variables (i.e.
`by` can now specify more than one variable).

# datawizard 0.11.0

BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-demean.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test_that("demean shows message if some vars don't exist", {
})


test_that("demean for cross-classified designs (by > 1)", {
test_that("demean for cross-classified designs (by > 1)", { #520
skip_if(getRversion() < "4.1.0") # for pipe

data(efc, package = "datawizard")
Expand Down

0 comments on commit f5c3b8a

Please sign in to comment.