From baf6d3d1d09fcbaf08656a849770a5058a85caf6 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 27 Sep 2024 15:13:56 +0200 Subject: [PATCH] reverse --- tests/testthat/test-spatial.R | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testthat/test-spatial.R b/tests/testthat/test-spatial.R index eb1515e2f..96a097008 100644 --- a/tests/testthat/test-spatial.R +++ b/tests/testthat/test-spatial.R @@ -1,4 +1,5 @@ skip_if_offline() +skip_if(getRversion() > "4.3.3") suppressWarnings(skip_if_not_installed("glmmTMB")) suppressWarnings(skip_if_not_installed("geoR")) skip_if_not_installed("TMB")