R version 4.6.0 alpha (2026-03-28 r89738 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. > # 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? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(bmm) > > test_check("bmm") [ FAIL 0 | WARN 0 | SKIP 84 | PASS 1143 ] ══ Skipped tests (84) ══════════════════════════════════════════════════════════ • M3 fixture not available (excluded by .Rbuildignore) (11): 'test-pp_check.R:17:3', 'test-pp_check.R:25:3', 'test-pp_check.R:32:3', 'test-pp_check.R:40:3', 'test-pp_check.R:48:3', 'test-pp_check.R:60:3', 'test-pp_check.R:71:3', 'test-pp_check.R:80:3', 'test-pp_check.R:87:3', 'test-pp_check.R:103:3', 'test-pp_check.R:141:3' • On CRAN (48): 'test-bmm.R:3:3', 'test-bmm.R:67:3', 'test-conditional_effects.R:261:3', 'test-conditional_effects.R:270:3', 'test-conditional_effects.R:278:3', 'test-conditional_effects.R:291:3', 'test-conditional_effects.R:301:3', 'test-conditional_effects.R:311:3', 'test-conditional_effects.R:321:3', 'test-conditional_effects.R:334:3', 'test-conditional_effects.R:343:3', 'test-helpers-model.R:84:3', 'test-helpers-parameters.R:200:3', 'test-model_cswald.R:247:3', 'test-model_cswald.R:265:3', 'test-model_cswald.R:287:3', 'test-model_cswald.R:299:3', 'test-model_cswald.R:311:3', 'test-model_cswald.R:324:3', 'test-model_cswald.R:342:3', 'test-model_cswald.R:360:3', 'test-model_ddm.R:129:3', 'test-model_ddm.R:143:3', 'test-model_ddm.R:157:3', 'test-model_ddm.R:174:3', 'test-model_ddm.R:196:3', 'test-model_ddm.R:221:3', 'test-model_ddm.R:239:3', 'test-model_ddm.R:259:3', 'test-model_ezdm.R:226:3', 'test-model_ezdm.R:237:3', 'test-model_ezdm.R:256:3', 'test-model_ezdm.R:271:3', 'test-model_ezdm.R:301:3', 'test-model_ezdm.R:319:3', 'test-model_ezdm.R:346:3', 'test-model_ezdm.R:360:3', 'test-model_ezdm.R:377:3', 'test-model_ezdm.R:410:3', 'test-model_imm.R:4:3', 'test-model_imm.R:16:3', 'test-model_imm.R:28:3', 'test-model_imm.R:41:3', 'test-model_imm.R:118:3', 'test-model_mixture3p.R:5:3', 'test-model_mixture3p.R:11:3', 'test-summary.R:2:3', 'test-update.R:4:3' • SDM fixture not available (excluded by .Rbuildignore) (7): 'test-emmeans.R:44:3', 'test-emmeans.R:51:3', 'test-emmeans.R:91:3', 'test-emmeans.R:99:3', 'test-pp_check.R:96:3', 'test-pp_check.R:112:3', 'test-pp_check.R:120:3' • Skipping (1): 'test-restructure.R:10:3' • _pkgdown.yml not found (skipping outside source tree) (1): 'test-pkgdown.R:17:3' • cmdstanr is required for DDM models (9): 'test-model_ddm.R:5:3', 'test-model_ddm.R:14:3', 'test-model_ddm.R:25:3', 'test-model_ddm.R:39:3', 'test-model_ddm.R:52:3', 'test-model_ddm.R:63:3', 'test-model_ddm.R:77:3', 'test-model_ddm.R:97:3', 'test-model_ddm.R:113:3' • fixture not available (excluded by .Rbuildignore) (7): 'test-emmeans.R:23:3', 'test-emmeans.R:30:3', 'test-emmeans.R:37:3', 'test-emmeans.R:58:3', 'test-emmeans.R:65:3', 'test-emmeans.R:72:3', 'test-emmeans.R:79:3' [ FAIL 0 | WARN 0 | SKIP 84 | PASS 1143 ] > > proc.time() user system elapsed 136.48 5.03 141.71