From 429003ab690399fff83a971280a774b11378b234 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Wed, 31 Jan 2024 14:02:03 +0100 Subject: [PATCH 1/2] Update DESCRIPTION --- DESCRIPTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index dbe8aee4d..c86e64c09 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -90,7 +90,7 @@ Suggests: AER, afex, aod, - BayesFactor, + BayesFactor (>= 0.9.12-4.7), BayesFM, bbmle, betareg, @@ -191,11 +191,11 @@ Suggests: rms, rstanarm, sandwich, - see (>= 0.8.0), + see (>= 0.8.1), sparsepca, survey, survival, - testthat, + testthat (>= 3.2.1), tidyselect, tinytable, TMB, From c563edcaf2443fca263bbf741b3b8a23a32537a8 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Wed, 31 Jan 2024 14:16:35 +0100 Subject: [PATCH 2/2] bandaid for curl --- tests/testthat/test-glmmTMB.R | 1 + tests/testthat/test-model_parameters.aov.R | 1 + tests/testthat/test-p_value.R | 1 + tests/testthat/test-posterior.R | 1 + tests/testthat/test-printing-stan.R | 1 + 5 files changed, 5 insertions(+) diff --git a/tests/testthat/test-glmmTMB.R b/tests/testthat/test-glmmTMB.R index 45f5f6902..fcfb533db 100644 --- a/tests/testthat/test-glmmTMB.R +++ b/tests/testthat/test-glmmTMB.R @@ -456,6 +456,7 @@ withr::with_options( # proper alignment of CIs --------------------- test_that("print-model_parameters glmmTMB CI alignment", { + skip_if_not_installed("curl") skip_if_offline() skip_on_os(c("mac", "linux", "solaris")) skip_if_not(getRversion() < "4.3.0") diff --git a/tests/testthat/test-model_parameters.aov.R b/tests/testthat/test-model_parameters.aov.R index a0d76bf7a..42e5d2b41 100644 --- a/tests/testthat/test-model_parameters.aov.R +++ b/tests/testthat/test-model_parameters.aov.R @@ -56,6 +56,7 @@ test_that("model_parameters.anova", { test_that("model_parameters.anova", { + skip_if_not_installed("curl") skip_if_offline() skip_if_not_installed("httr") diff --git a/tests/testthat/test-p_value.R b/tests/testthat/test-p_value.R index 85d2b0e06..1dd0ad900 100644 --- a/tests/testthat/test-p_value.R +++ b/tests/testthat/test-p_value.R @@ -14,6 +14,7 @@ test_that("p_value", { skip_on_cran() test_that("p_value", { + skip_if_not_installed("curl") skip_if_offline() skip_if_not_installed("httr") skip_if_not_installed("lme4") diff --git a/tests/testthat/test-posterior.R b/tests/testthat/test-posterior.R index a874f0411..99d6e6320 100644 --- a/tests/testthat/test-posterior.R +++ b/tests/testthat/test-posterior.R @@ -1,3 +1,4 @@ +skip_if_not_installed("curl") skip_if_offline() skip_if_not_installed("posterior") skip_if_not_installed("brms") diff --git a/tests/testthat/test-printing-stan.R b/tests/testthat/test-printing-stan.R index e4a427084..ab69dc859 100644 --- a/tests/testthat/test-printing-stan.R +++ b/tests/testthat/test-printing-stan.R @@ -1,3 +1,4 @@ +skip_if_not_installed("curl") skip_if_offline() skip_on_cran() skip_if_not_installed("brms")