From d74d94e0b16f23df3135b60051b49b82714a6891 Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Sat, 16 Sep 2023 11:23:20 -0400 Subject: [PATCH] skip conflict test --- inst/tinytest/test-pkg-robustlmm.R | 1 + 1 file changed, 1 insertion(+) diff --git a/inst/tinytest/test-pkg-robustlmm.R b/inst/tinytest/test-pkg-robustlmm.R index ff12cbcfa..4a18b173c 100644 --- a/inst/tinytest/test-pkg-robustlmm.R +++ b/inst/tinytest/test-pkg-robustlmm.R @@ -1,4 +1,5 @@ source("helpers.R") +exit_file("Conflict with logistf") if (ON_CI || ON_WINDOWS || ON_OSX) exit_file("local linux only") using("marginaleffects")