R Under development (unstable) (2025-03-03 r87871 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(semfindr) > > test_check("semfindr") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 14 | PASS 412 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • Equality constraints are supported in est_change_raw_approx() (4): 'test-est_change_approx_multi_equal.R:1:1', 'test-est_change_approx_single_equal.R:1:1', 'test-est_change_raw_approx_multi_equal.R:1:1', 'test-est_change_raw_approx_single_equal.R:1:1' • On CRAN (3): 'test-lavaan_rerun_multi_nonconvergence.R:1:1', 'test-lavaan_rerun_single_nonconvergence.R:1:1', 'test-nonconvergence_plot.R:1:1' • To be tested in an interactive session (7): 'test-est_change_plot.R:63:1', 'test-est_change_print.R:1:1', 'test-fit_measurse_change_print.R:1:1', 'test-influence_stat_print.R:1:1', 'test-lavaan_rerun_parallel.R:6:1', 'test-lavaan_rerun_warnings_print.R:1:1', 'test-mahalanobis_print.R:1:1' [ FAIL 0 | WARN 0 | SKIP 14 | PASS 412 ] > > proc.time() user system elapsed 2.98 0.34 64.92