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),
