1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
From: Michael R. Crusoe <crusoe@debian.org>
Subject: Fix for running tests without the 'fixest' package
Forwarded: https://github.com/easystats/parameters/pull/1071
--- r-cran-parameters.orig/tests/testthat/test-model_parameters.fixest.R
+++ r-cran-parameters/tests/testthat/test-model_parameters.fixest.R
@@ -137,6 +137,7 @@
skip_if_not_installed("withr")
skip_if_not_installed("glmmTMB")
+skip_if_not_installed("fixest")
withr::with_options(
list(parameters_warning_exponentiate = TRUE),
|