R Under development (unstable) (2025-01-21 r87610 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 25 | PASS 363 ] ══ Skipped tests (25) ══════════════════════════════════════════════════════════ • Installed marginaleffects is version 0.24.0; but 0.24.1 is required (1): 'test-attributes_estimatefun.R:56:3' • On CRAN (24): 'test-brms-marginaleffects.R:3:1', 'test-brms.R:1:1', 'test-estimate_contrasts.R:90:3', 'test-estimate_contrasts.R:158:3', 'test-estimate_contrasts.R:258:3', 'test-estimate_contrasts.R:290:3', 'test-estimate_contrasts.R:345:3', 'test-estimate_contrasts.R:434:3', 'test-estimate_contrasts.R:467:3', 'test-estimate_means_counterfactuals.R:13:3', 'test-estimate_means_mixed.R:1:1', 'test-glmmTMB.R:1:1', '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' [ FAIL 0 | WARN 0 | SKIP 25 | PASS 363 ] > > proc.time() user system elapsed 2.04 0.31 25.37