diff --git a/DESCRIPTION b/DESCRIPTION index 49ad2e6e4..933df479a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -150,4 +150,4 @@ Config/Needs/website: r-lib/pkgdown, easystats/easystatstemplate Config/rcmdcheck/ignore-inconsequential-notes: true -Remotes: easystats/see, easystats/parameters +Remotes: easystats/see, easystats/parameters, easystats/insight diff --git a/tests/testthat/test-nestedLogit.R b/tests/testthat/test-nestedLogit.R index 78a8db3c7..70c978fc0 100644 --- a/tests/testthat/test-nestedLogit.R +++ b/tests/testthat/test-nestedLogit.R @@ -1,4 +1,5 @@ skip_on_os(c("mac", "linux")) +skip_if(packageVersion("insight") <= "0.19.5.10") skip_if_not_installed("nestedLogit") skip_if_not_installed("carData")