R version 4.6.0 RC (2026-04-17 r89912 ucrt) -- "Because it was There" 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") Dropping 2 single-observation rows (within-person centering). method n_predictions score_mean score_sd score_max common_neighbors 5 0.24554091 0.025361007 0.28752003 resource_allocation 5 0.01952464 0.003175748 0.02494878 adamic_adar 5 0.09671932 0.012386162 0.11741831 jaccard 5 0.03775938 0.002096290 0.04141314 preferential_attachment 5 35.60000000 4.277849927 42.00000000 katz 5 0.98604784 0.100755707 1.12595954 score_min 0.21843750 0.01668069 0.08406102 0.03624546 30.00000000 0.84853836 Metadata aggregated per session: ties resolved by first occurrence in 'code' (99 sessions) 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 0 | SKIP 20 | PASS 1337 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-association_rules.R:1:1', 'test-association_rules_arules.R:1:1', 'test-boot_glasso.R:2:1', 'test-bootstrap_network.R:1:1', 'test-build_clusters.R:1:1', 'test-build_network.R:1:1', 'test-centrality_stability.R:1:1', 'test-cograph_network.R:1:1', 'test-estimator_ising.R:1:1', 'test-gimme.R:9:1', 'test-hon.R:1:1', 'test-mlvar.R:1:1', 'test-mmm.R:1:1', 'test-mogen.R:1:1', 'test-network_reliability.R:1:1', 'test-permutation.R:1:1', 'test-simplicial.R:1:1' • empty test (3): 'test-hypa.R:276:1', 'test-hypa.R:407:1', 'test-link_prediction.R:432:1' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 1337 ] > > proc.time() user system elapsed 16.39 2.32 18.71