Skip to content

Commit

Permalink
Merge branch 'main' into macdonalds_omega
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke authored Feb 2, 2024
2 parents f057e47 + 9760393 commit 9d115eb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ Depends:
R (>= 3.6)
Imports:
bayestestR (>= 0.13.1),
insight (>= 0.19.7),
datawizard (>= 0.9.0),
insight (>= 0.19.8),
datawizard (>= 0.9.1),
methods,
stats,
utils
Expand Down Expand Up @@ -138,10 +138,10 @@ Suggests:
see (>= 0.8.1),
survey,
survival,
testthat (>= 3.2.0),
testthat (>= 3.2.1),
tweedie,
VGAM,
withr
withr (>= 3.0.0)
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.3.9000
Expand Down
3 changes: 3 additions & 0 deletions tests/testthat/test-icc.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ test_that("icc, CI", {

test_that("icc", {
skip_on_cran()
skip_if_not_installed("curl")
skip_if_offline()
skip_if_not_installed("httr")
m2 <- insight::download_model("stanreg_lmerMod_1")
Expand All @@ -54,6 +55,7 @@ test_that("icc", {

test_that("icc", {
skip_on_cran()
skip_if_not_installed("curl")
skip_if_offline()
skip_if_not_installed("httr")
m3 <- insight::download_model("brms_mixed_1")
Expand All @@ -67,6 +69,7 @@ test_that("icc", {

test_that("icc", {
skip_on_cran()
skip_if_not_installed("curl")
skip_if_offline()
skip_if_not_installed("httr")
m3 <- insight::download_model("brms_mixed_1")
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-model_performance.bayesian.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
test_that("model_performance.stanreg", {
skip_on_cran()
skip_if_not_installed("curl")
skip_if_offline()
skip_if_not_installed("httr")
set.seed(333)
Expand Down Expand Up @@ -31,6 +32,7 @@ test_that("model_performance.stanreg", {

test_that("model_performance.brmsfit", {
skip_on_cran()
skip_if_not_installed("curl")
skip_if_offline()
skip_if_not_installed("httr")
set.seed(333)
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-model_performance.merMod.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
test_that("model_performance.merMod", {
skip_on_cran()
skip_if_not_installed("curl")
skip_if_offline()
skip_if_not_installed("httr")

Expand Down

0 comments on commit 9d115eb

Please sign in to comment.