R Under development (unstable) (2026-02-09 r89390 ucrt) -- "Unsuffered Consequences" 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(semhelpinghands) Attaching package: 'semhelpinghands' The following object is masked from 'package:base': sort_by > > test_check("semhelpinghands") Starting 2 test processes. > test-annotate_model.R: This is lavaan 0.6-21 > test-annotate_model.R: lavaan is FREE software! Please report any bugs. > test-auto_cov.R: This is lavaan 0.6-21 > test-auto_cov.R: lavaan is FREE software! Please report any bugs. > test-auto_cov.R: > test-auto_cov.R: m1 ~ x1 + w1 + w1x1 + x2 + c1 + c2 > test-auto_cov.R: m2 ~ m1 + c1 + c2 > test-auto_cov.R: m3 ~ x2 + x1 + c1 + c2 > test-auto_cov.R: y1 ~ m2 + w2 + w2m2 + x1 + x2 + m3 + c1 + c2 > test-auto_cov.R: y2 ~ m3 + x2 + x1 + m2 + c1 + c2 > test-auto_cov.R: # Covariances for the error term of m2 > test-auto_cov.R: m2 ~~ w2 + w2m2 > test-auto_cov.R: > test-auto_cov.R: # Added by auto_exo_cov > test-auto_cov.R: x1 ~~ w1 + w1x1 + x2 + c1 + c2 + w2 + w2m2 > test-auto_cov.R: w1 ~~ w1x1 + x2 + c1 + c2 + w2 + w2m2 > test-auto_cov.R: w1x1 ~~ x2 + c1 + c2 + w2 + w2m2 > test-auto_cov.R: x2 ~~ c1 + c2 + w2 + w2m2 > test-auto_cov.R: c1 ~~ c2 + w2 + w2m2 > test-auto_cov.R: c2 ~~ w2 + w2m2 > test-auto_cov.R: w2 ~~ w2m2 > test-auto_cov.R: > test-auto_cov.R: m1 ~ x1 + w1 + w1x1 + x2 + c1 + c2 > test-auto_cov.R: m2 ~ m1 + c1 + c2 > test-auto_cov.R: m3 ~ x2 + x1 + c1 + c2 > test-auto_cov.R: y1 ~ m2 + w2 + w2m2 + x1 + x2 + m3 + c1 + c2 > test-auto_cov.R: y2 ~ m3 + x2 + x1 + m2 + c1 + c2 > test-auto_cov.R: # Covariances for the error term of m2 > test-auto_cov.R: m2 ~~ w2 + w2m2 > test-auto_cov.R: > test-auto_cov.R: # Added by auto_exo_cov > test-auto_cov.R: x1 ~~ w1 + w1x1 + x2 + c1 + c2 + w2 + w2m2 > test-auto_cov.R: w1 ~~ w1x1 + x2 + c1 + c2 + w2 + w2m2 > test-auto_cov.R: w1x1 ~~ x2 + c1 + c2 + w2 + w2m2 > test-auto_cov.R: x2 ~~ c1 + c2 + w2 + w2m2 > test-auto_cov.R: c1 ~~ c2 + w2 + w2m2 > test-auto_cov.R: c2 ~~ w2 + w2m2 > test-auto_cov.R: w2 ~~ w2m2 > test-to_vectors.R: > test-to_vectors.R: ############################################################################### > test-to_vectors.R: This is semTools 0.5-8 > test-to_vectors.R: All users of R (or SEM) are invited to submit functions or ideas for functions. > test-to_vectors.R: ############################################################################### Saving _problems/test-to_vectors-235.R [ FAIL 1 | WARN 0 | SKIP 3 | PASS 153 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-standardizedSolution_boot_ci_print.R:1:1' • To be run in an interactive mode (2): 'test-plot_boot.R:1:1', 'test-plot_models_fm.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-to_vectors.R:233:5'): compRelSEM ─────────────────────────────── Error in `semTools::compRelSEM(object, simplify = -1L, ...)`: object 'REL' not found Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-to_vectors.R:233:5 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─base::sort(vec_compRelSEM(fit_cfa_mg)) 5. └─semhelpinghands::vec_compRelSEM(fit_cfa_mg) 6. └─semTools::compRelSEM(object, simplify = -1L, ...) [ FAIL 1 | WARN 0 | SKIP 3 | PASS 153 ] Error: ! Test failures. Execution halted