Skip to content

Commit

Permalink
update min versions
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 1, 2024
1 parent 08ef3fb commit 062c421
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/check_heterogeneity_bias.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#' Modeling of Time-Series Cross-Sectional and Panel Data. Political Science
#' Research and Methods, 3(1), 133–153.
#'
#' @examplesIf insight::check_if_installed("datawizard", minimum_version = "0.12.0", quietly = TRUE)
#' @examplesIf
#' data(iris)
#' iris$ID <- sample(1:4, nrow(iris), replace = TRUE) # fake-ID
#' check_heterogeneity_bias(iris, select = c("Sepal.Length", "Petal.Length"), by = "ID")
Expand Down
2 changes: 1 addition & 1 deletion man/check_heterogeneity_bias.Rd

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

1 change: 0 additions & 1 deletion tests/testthat/test-check_heterogeneity_bias.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
test_that("check_heterogeneity_bias", {
skip_if_not_installed("datawizard", minimum_version = "0.12.0")
data(iris)
set.seed(123)
iris$ID <- sample.int(4, nrow(iris), replace = TRUE) # fake-ID
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-icc.R
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ test_that("icc", {


test_that("icc, glmmTMB 1.1.9+", {
skip_if_not_installed("glmmTMB", minimum_version = "1.1.9")
set.seed(101)
dd <- data.frame(
z = rnorm(1000),
Expand Down

0 comments on commit 062c421

Please sign in to comment.