R version 4.6.0 alpha (2026-04-05 r89793 ucrt) Copyright (C) 2026 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. > library(testthat) > library(data.table) Attaching package: 'data.table' The following object is masked from 'package:base': %notin% > library(brms) Loading required package: Rcpp Loading 'brms' package (version 2.23.0). Useful instructions can be found by typing help('brms'). A more detailed introduction to the package is available through vignette('brms_overview'). Attaching package: 'brms' The following object is masked from 'package:stats': ar > library(brmsmargins) > > test_check("brmsmargins") Starting 2 test processes. [ FAIL 0 | WARN 0 | SKIP 9 | PASS 127 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (9): 'test-fixedeffects-bernoulli-margins.R:1:1', 'test-fixedeffects-gamma-margins.R:1:1', 'test-fixedeffects-beta-margins.R:1:1', 'test-marginalcoef-mixedlogit.R:1:1', 'test-marginalcoef-mixedpoisson.R:1:1', 'test-model-coverage.R:1:1', 'test-predict-mixedlogit.R:1:1', 'test-predict-mixedlogtrans.R:1:1', 'test-predict-mixedpoisson.R:1:1' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 127 ] > > proc.time() user system elapsed 5.34 0.84 11.00