R Under development (unstable) (2023-11-11 r85510 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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 11 | PASS 405 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • 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 (1): 'test-nonconvergence_plot.R:1:1' • To be tested in an interactive session (6): '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_warnings_print.R:1:1', 'test-mahalanobis_print.R:1:1' [ FAIL 0 | WARN 0 | SKIP 11 | PASS 405 ] > > proc.time() user system elapsed 2.84 0.32 84.34