Skip to content

Commit

Permalink
Merge branch 'main' into strengejacke/issue938
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke authored Jan 31, 2024
2 parents 6ef104b + c563edc commit 1612cad
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Suggests:
AER,
afex,
aod,
BayesFactor,
BayesFactor (>= 0.9.12-4.7),
BayesFM,
bbmle,
betareg,
Expand Down Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-glmmTMB.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-model_parameters.aov.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-p_value.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-posterior.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
skip_if_not_installed("curl")
skip_if_offline()
skip_if_not_installed("posterior")
skip_if_not_installed("brms")
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-printing-stan.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
skip_if_not_installed("curl")
skip_if_offline()
skip_on_cran()
skip_if_not_installed("brms")
Expand Down

0 comments on commit 1612cad

Please sign in to comment.