Package check result: NOTE Check: examples, Result: NOTE Examples with CPU (user + system) or elapsed time > 5s user system elapsed bayesfactor 8.37 0.475 8.848 Changes to worse in reverse depends: Package: modelbased Check: tests New result: ERROR Running ‘testthat.R’ [323s/290s] 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 2 | WARN 0 | SKIP 2 | PASS 167 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • .Platform$OS.type == "windows" is not TRUE (1): 'test-estimate_predicted.R:56:3' • empty test (1): 'test-estimate_contrasts.R:189:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-brms.R:8:3'): estimate_means - brms ────────────────────────── dim(estim) (`actual`) not identical to c(3L, 5L) (`expected`). `actual`: 3 6 `expected`: 3 5 ── Failure ('test-brms.R:27:3'): estimate_means - brms ───────────────────────── dim(estim) (`actual`) not identical to c(3L, 5L) (`expected`). `actual`: 3 6 `expected`: 3 5 [ FAIL 2 | WARN 0 | SKIP 2 | PASS 167 ] Error: Test failures Execution halted