From 05498c29be47a7ea3814ee9084fc2246c033d590 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 16 Sep 2024 06:49:47 +0200 Subject: [PATCH] Update test-p_function.R --- tests/testthat/test-p_function.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/testthat/test-p_function.R b/tests/testthat/test-p_function.R index e9b17461e..9d937aef4 100644 --- a/tests/testthat/test-p_function.R +++ b/tests/testthat/test-p_function.R @@ -1,3 +1,5 @@ +skip_if_not_installed("sandwich") + data(iris) model <- lm(Sepal.Length ~ Species, data = iris)