Skip to content

Commit

Permalink
prepare CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jul 13, 2024
1 parent afe04c1 commit b448b8c
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 14 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: insight
Title: Easy Access to Model Information for Various Model Objects
Version: 0.20.1.14
Version: 0.20.2
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down Expand Up @@ -212,4 +212,3 @@ Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/website: easystats/easystatstemplate
Remotes: easystats/performance
2 changes: 1 addition & 1 deletion tests/testthat/test-r2_nakagawa_bernoulli.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ skip_on_cran()
skip_if_not_installed("glmmTMB")
skip_if_not_installed("MuMIn")
skip_if_not_installed("lme4")
skip_if_not_installed("performance")
skip_if_not_installed("performance", minimum_version = "0.12.1")
skip_if_not_installed("datawizard")


Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-r2_nakagawa_beta.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ skip_on_cran()

skip_if_not_installed("glmmTMB")
skip_if_not_installed("MuMIn")
skip_if_not_installed("performance")
skip_if_not_installed("performance", minimum_version = "0.12.1")


# ==============================================================================
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-r2_nakagawa_binomial.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ skip_on_cran()
skip_if_not_installed("glmmTMB")
skip_if_not_installed("MuMIn")
skip_if_not_installed("lme4")
skip_if_not_installed("performance")
skip_if_not_installed("performance", minimum_version = "0.12.1")


# ==============================================================================
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-r2_nakagawa_gamma.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
skip_on_cran()

skip_if_not_installed("MuMIn")
skip_if_not_installed("performance")
skip_if_not_installed("performance", minimum_version = "0.12.1")

# ==============================================================================
# Gamma mixed models, glmmTMB ----
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-r2_nakagawa_linear.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ skip_on_cran()
skip_if_not_installed("glmmTMB")
skip_if_not_installed("MuMIn")
skip_if_not_installed("lme4")
skip_if_not_installed("performance")
skip_if_not_installed("performance", minimum_version = "0.12.1")


# ==============================================================================
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-r2_nakagawa_negbin.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ skip_on_cran()
skip_if_not_installed("glmmTMB")
skip_if_not_installed("MuMIn")
skip_if_not_installed("lme4")
skip_if_not_installed("performance")
skip_if_not_installed("performance", minimum_version = "0.12.1")


# ==============================================================================
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-r2_nakagawa_negbin_zi.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ skip_on_cran()

skip_if_not_installed("glmmTMB")
skip_if_not_installed("MuMIn")
skip_if_not_installed("performance")
skip_if_not_installed("performance", minimum_version = "0.12.1")


# ==============================================================================
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-r2_nakagawa_ordered_beta.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
skip_on_cran()

skip_if_not_installed("glmmTMB", minimum_version = "1.1.8")
skip_if_not_installed("performance")
skip_if_not_installed("performance", minimum_version = "0.12.1")
skip_if_not_installed("withr")


Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-r2_nakagawa_poisson.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ skip_on_cran()
skip_if_not_installed("glmmTMB")
skip_if_not_installed("MuMIn")
skip_if_not_installed("lme4")
skip_if_not_installed("performance")
skip_if_not_installed("performance", minimum_version = "0.12.1")


# ==============================================================================
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-r2_nakagawa_poisson_zi.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ skip_on_cran()

skip_if_not_installed("glmmTMB")
skip_if_not_installed("MuMIn")
skip_if_not_installed("performance")
skip_if_not_installed("performance", minimum_version = "0.12.1")


# ==============================================================================
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-r2_nakagawa_truncated_poisson.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ skip_on_cran()

skip_if_not_installed("glmmTMB")
skip_if_not_installed("MuMIn")
skip_if_not_installed("performance")
skip_if_not_installed("performance", minimum_version = "0.12.1")


# ==============================================================================
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-r2_nakagawa_tweedie.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ skip_on_cran()

skip_if_not_installed("cplm")
skip_if_not_installed("glmmTMB")
skip_if_not_installed("performance")
skip_if_not_installed("performance", minimum_version = "0.12.1")

# cplm::cpglmm doesn't work
suppressPackageStartupMessages({
Expand Down

0 comments on commit b448b8c

Please sign in to comment.