R Under development (unstable) (2025-01-18 r87593 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # 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 0 | WARN 0 | SKIP 22 | PASS 406 ] ══ Skipped tests (22) ══════════════════════════════════════════════════════════ • Installed marginaleffects is version 0.24.0; but 0.24.1 is required (1): 'test-attributes_estimatefun.R:56:3' • On CRAN (20): 'test-brms-marginaleffects.R:3:1', 'test-estimate_means_counterfactuals.R:13:3', 'test-estimate_means_mixed.R:36:3', 'test-estimate_contrasts.R:90:3', 'test-estimate_contrasts.R:288:3', 'test-estimate_contrasts.R:343:3', 'test-estimate_contrasts.R:432:3', 'test-estimate_contrasts.R:465:3', 'test-ordinal.R:1:1', 'test-plot-facet.R:8:1', 'test-plot.R:7:1', 'test-predict-dpar.R:1:1', 'test-print.R:14:3', 'test-print.R:26:3', 'test-print.R:37:3', 'test-print.R:50:3', 'test-print.R:66:3', 'test-print.R:78:3', 'test-print.R:92:3', 'test-print.R:106:3' • On Windows (1): 'test-brms.R:1:1' [ FAIL 0 | WARN 0 | SKIP 22 | PASS 406 ] > > proc.time() user system elapsed 1.82 0.28 35.76