R Under development (unstable) (2024-05-04 r86521 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(manymome) > > test_check("manymome") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 29 | PASS 483 ] ══ Skipped tests (29) ══════════════════════════════════════════════════════════ • Long tests: Test in interactive sections (3): 'test_cond_indirect_se_print.R:1:1', 'test_compare_boot_mc.R:1:1', 'test_compare_boot_mc_med_lav.R:1:1' • On CRAN (20): 'test_cond_indirect_lavaan_mi.R:1:1', 'test_cond_indirect_se.R:1:1', 'test_all_indirect_paths.R:1:1', 'test_fit2boot_out_do_boot_parallel_mini.R:1:1', 'test_get_b_mi.R:1:1', 'test_get_intercept_mi.R:1:1', 'test_get_prod_mi.R:1:1', 'test_get_vcov.R:1:1', 'test_index_mome.R:1:1', 'test_index_mome_complex_models.R:1:1', 'test_indirect_simple_med_latent_observed.R:169:1', 'test_jn.r:1:1', 'test_lav_data_used_mi.R:1:1', 'test_lav_data_used_mi_no_means.R:1:1', 'test_lav_implied_all.R:1:1', 'test_lm2boot_out_parallel_mini.R:1:1', 'test_mg_boot.R:1:1', 'test_mi_lavaan_mi_no_means.R:1:1', 'test_plot_indirect_vs_w.R:1:1', 'test_proportion.R:1:1' • Template for tests for MI (1): 'test_mi_template.R:1:1' • Test parallel processing: Test in interactive sections (2): 'test_fit2boot_out_do_boot_parallel.R:1:1', 'test_lm2boot_out_parallel.R:1:1' • To be examined in an interactive session (2): 'test_cond_indirect_effects_lavaan.R:1:1', 'test_cond_indirect_effects_lavaan_mi.R:1:1' • To be run in an interactive section (1): 'test_benchmark_mc.R:1:1' [ FAIL 0 | WARN 0 | SKIP 29 | PASS 483 ] > > proc.time() user system elapsed 2.95 0.32 87.14