Skip to content

Commit

Permalink
bandaid for curl
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jan 31, 2024
1 parent 429003a commit c563edc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
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 c563edc

Please sign in to comment.