From e132f51c6c949780054094ff7411ed6416e380ba Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 4 Oct 2023 12:18:58 +0200 Subject: [PATCH] use latest insight --- DESCRIPTION | 2 +- tests/testthat/test-nestedLogit.R | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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")