Package check result: OK Changes to worse in reverse depends: Package: modelbased Check: tests New result: ERROR Running ‘testthat.R’ [42s/23s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > library(testthat) > library(modelbased) > > test_check("modelbased") Starting 2 test processes [ FAIL 3 | WARN 0 | SKIP 17 | PASS 166 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • .Platform$OS.type == "windows" is not TRUE (1): 'test-estimate_predicted.R:56:3' • On CRAN (13): 'test-brms-marginaleffects.R:1:1', 'test-brms.R:1:1', 'test-estimate_contrasts.R:1:1', 'test-estimate_contrasts_methods.R:1:1', 'test-estimate_means.R:1:1', 'test-estimate_means_counterfactuals.R:1:1', 'test-estimate_means_mixed.R:1:1', 'test-g_computation.R:1:1', 'test-get_marginaltrends.R:1:1', 'test-glmmTMB.R:1:1', 'test-ordinal.R:1:1', 'test-predict-dpar.R:1:1', 'test-vcov.R:1:1' • On Linux (3): 'test-plot-facet.R:1:1', 'test-plot.R:1:1', 'test-print.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-estimate_expectation.R:49:3'): estimate_expectation - data-grid ── dim(estim) (`actual`) not identical to c(10L, 5L) (`expected`). `actual`: 3 5 `expected`: 10 5 ── Failure ('test-estimate_predicted.R:149:3'): estimate_expectation - Frequentist ── dim(estim) (`actual`) not equal to c(10, 6) (`expected`). `actual`: 3.0 6.0 `expected`: 10.0 6.0 ── Failure ('test-estimate_predicted.R:155:3'): estimate_expectation - Frequentist ── dim(estim) (`actual`) not equal to c(10, 6) (`expected`). `actual`: 3.0 6.0 `expected`: 10.0 6.0 [ FAIL 3 | WARN 0 | SKIP 17 | PASS 166 ] Error: Test failures Execution halted