R version 4.6.0 alpha (2026-03-28 r89737 ucrt) 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(Nestimate) > > test_check("Nestimate") Multilevel Network (method: glasso) -- Between-person -- Nodes: 3 | Edges: 1 Sample size: 20 (unique persons) -- Within-person -- Nodes: 3 | Edges: 1 Sample size: 100 (observations) Dropping 2 single-observation rows (within-person centering). Dropping 3 rows with NA values. NOTICE: One A matrix provided. No subgroups generated. group-level search individual-level search, subject 1 (sub_01) individual-level search, subject 2 (sub_02) individual-level search, subject 3 (sub_03) individual-level search, subject 4 (sub_04) individual-level search, subject 5 (sub_05) individual-level search, subject 6 (sub_06) individual-level search, subject 7 (sub_07) individual-level search, subject 8 (sub_08) individual-level search, subject 9 (sub_09) individual-level search, subject 10 (sub_10) individual-level search, subject 11 (sub_11) individual-level search, subject 12 (sub_12) gimme finished running normally output is stored in D:\temp\2026_03_29_14_30_16_22\Rtmpopa00H/gimme_equiv_out NOTICE: One A matrix provided. No subgroups generated. group-level search individual-level search, subject 1 (sub_01) individual-level search, subject 2 (sub_02) individual-level search, subject 3 (sub_03) individual-level search, subject 4 (sub_04) individual-level search, subject 5 (sub_05) individual-level search, subject 6 (sub_06) individual-level search, subject 7 (sub_07) individual-level search, subject 8 (sub_08) individual-level search, subject 9 (sub_09) individual-level search, subject 10 (sub_10) individual-level search, subject 11 (sub_11) individual-level search, subject 12 (sub_12) gimme finished running normally output is stored in D:\temp\2026_03_29_14_30_16_22\Rtmpopa00H/gimme_equiv_out2 NOTICE: One A matrix provided. No subgroups generated. group-level search individual-level search, subject 1 (sub_01) individual-level search, subject 2 (sub_02) individual-level search, subject 3 (sub_03) individual-level search, subject 4 (sub_04) individual-level search, subject 5 (sub_05) individual-level search, subject 6 (sub_06) individual-level search, subject 7 (sub_07) individual-level search, subject 8 (sub_08) gimme finished running normally output is stored in D:\temp\2026_03_29_14_30_16_22\Rtmpopa00H/gimme_equiv_out3 Metadata aggregated per session: ties resolved by first occurrence in 'timestamp' (2 sessions) Metadata aggregated per session: ties resolved by first occurrence in 'timestamp' (2 sessions) [ FAIL 0 | WARN 1 | SKIP 18 | PASS 2687 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • No metadata column detected in this data (1): 'test-build_network.R:852:5' • On Windows (2): 'test-boot_glasso.R:780:3', 'test-boot_glasso.R:789:3' • Python not available (9): 'test-hon.R:421:3', 'test-hon.R:453:3', 'test-hon.R:487:3', 'test-hon.R:516:3', 'test-hon.R:544:3', 'test-hon.R:1022:3', 'test-hon.R:1048:3', 'test-hon.R:1073:3', 'test-hon.R:1101:3' • ggplot2 installed; skipping test (2): 'test-mmm.R:497:3', 'test-mmm.R:509:3' • gridExtra is installed; can't test missing (3): 'test-simplicial.R:634:3', 'test-simplicial.R:642:3', 'test-simplicial.R:650:3' • lavaan is installed; skipping no-lavaan test (1): 'test-gimme.R:441:3' [ FAIL 0 | WARN 1 | SKIP 18 | PASS 2687 ] > > proc.time() user system elapsed 598.23 51.59 650.68