File: missing-fixest

package info (click to toggle)
r-cran-parameters 0.24.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,852 kB
  • sloc: sh: 16; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 508 bytes parent folder | download
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),