R Under development (unstable) (2024-09-21 r87186 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(stdmod) > > test_check("stdmod") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 10 | PASS 150 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • Disabled (1): 'test_stdmod_lavaan3_warning.R:1:1' • On CRAN (8): 'test_plotmod.R:1:1', 'test_plotmod_percentile_more_levels.R:1:1', 'test_plotmod_tumble.R:1:1', 'test_plotmod_user_value.R:1:1', 'test_stdmod_lavaan_2.R:1:1', 'test_stdmod_selected_boot.R:1:1', 'test_stdmod_selected_boot_fac.R:1:1', 'test_stdmod_selected_vcov.R:1:1' • Test in interactive sessions (1): 'test_stdmod_selected_print_summary.R:1:1' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 150 ] > > proc.time() user system elapsed 2.10 0.48 26.04