R Under development (unstable) (2025-01-09 r87552 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. > library(testthat) > library(FactorHet) > > test_check("FactorHet") $`letter state` $`state letter` $`state region` $`letter region` ---Summary of FactorHet--- The model was estimated with 2 groups and 3 factors with each group having 13 parameters. ---Summary of Fusion--- No levels were fused together. ---- Use AME or AMIE to examine the effects in detail. $`state letter` [ FAIL 0 | WARN 0 | SKIP 7 | PASS 146 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test_longrunning.R:18:3', 'test_moderator.R:59:3', 'test_moderator.R:150:3', 'test_moderator.R:247:3', 'test_se.R:61:3', 'test_weights_SE.R:80:3' • empty test (1): 'test_predict.R:106:1' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 146 ] > > proc.time() user system elapsed 183.01 4.79 187.81