R Under development (unstable) (2025-09-16 r88844 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(networkR) > > test_check("networkR") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 11 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('testtrios.R:8:5'): identify family clusters ───────────────────────── Error in `make_family_id(id, fid, mid)`: object '_networkR_make_family_id' not found Backtrace: ▆ 1. └─networkR::make_family_id(id, fid, mid) at testtrios.R:8:5 ── Error ('testtrios.R:27:5'): identify parental chains ──────────────────────── Error in `make_parental_chain(id, fid, mid)`: object '_networkR_make_parental_chain' not found Backtrace: ▆ 1. └─networkR::make_parental_chain(id, fid, mid) at testtrios.R:27:5 [ FAIL 2 | WARN 0 | SKIP 0 | PASS 11 ] Error: Test failures Execution halted