R Under development (unstable) (2026-02-18 r89435 ucrt) -- "Unsuffered Consequences" 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > > library(testthat) > library(cograph) cograph: Modern Network Visualization Version: 1.5.2 Type ?cograph for help > > test_check("cograph") Cograph Network Summary ====================== Structure: Nodes: 3 Edges: 3 Type: Undirected Edge Statistics: Min weight: 1 Max weight: 1 Mean weight: 1 Node Labels: 1, 2, 3 Layout: computed Theme: classic Start tag expected, '<' not found Start tag expected, '<' not found Start tag expected, '<' not found Cograph Network ============== Nodes: 4 Edges: 3 Directed: FALSE Weighted: FALSE Layout: computed Theme: classic Use plot() or sn_render() to visualize Use sn_ggplot() to convert to ggplot2 Start tag expected, '<' not found Start tag expected, '<' not found Start tag expected, '<' not found Start tag expected, '<' not found Start tag expected, '<' not found Start tag expected, '<' not found Start tag expected, '<' not found Saved to: D:\temp\2026_02_19_12_05_16_9722\RtmpOOXdyb\file10a473dd12af.png Saved to: D:\temp\2026_02_19_12_05_16_9722\RtmpOOXdyb\file10a421a62a5.png Saved to: D:\temp\2026_02_19_12_05_16_9722\RtmpOOXdyb\file10a42fc14d73.png Saved to: D:\temp\2026_02_19_12_05_16_9722\RtmpOOXdyb\file10a45b7a3a7f.png [ FAIL 0 | WARN 15 | SKIP 35 | PASS 5979 ] ══ Skipped tests (35) ══════════════════════════════════════════════════════════ • Depends on tna package behavior with empty input (1): 'test-from-converters.R:390:3' • Line 126 may be unreachable - as.data.frame always assigns names (1): 'test-coverage-final-4.R:69:3' • On CRAN (12): 'test-coverage-remaining.R:1158:3', 'test-coverage-remaining.R:1182:3', 'test-edge-cases.R:271:3', 'test-edge-cases.R:401:3', 'test-edge-cases.R:411:3', 'test-integration.R:456:3', 'test-sn-save.R:31:3', 'test-sn-save.R:90:3', 'test-sn-save.R:115:3', 'test-sn-save.R:495:3', 'test-splot.R:627:3', 'test-splot.R:725:3' • Test only runs when network is not installed (1): 'test-input-converters.R:100:3' • Test only runs when qgraph is not installed (1): 'test-input-converters.R:9:3' • empty test (11): 'test-coverage-final-5.R:5:1', 'test-coverage-final-5.R:18:1', 'test-coverage-final-5.R:37:1', 'test-coverage-final-5.R:53:1', 'test-coverage-final-5.R:72:1', 'test-coverage-final-5.R:86:1', 'test-coverage-final-5.R:103:1', 'test-coverage-final-5.R:122:1', 'test-coverage-final-5.R:139:1', 'test-input-qgraph.R:11:1', 'test-input-statnet.R:11:1' • grImport2 is installed, cannot test missing-package path (1): 'test-coverage-final-3.R:21:3' • grImport2 is installed, cannot test second check fallback (1): 'test-coverage-final-3.R:51:3' • grImport2 is installed, cannot test unavailable path (2): 'test-shapes-svg.R:157:3', 'test-shapes-svg.R:237:3' • network package is installed, cannot test missing-package error (1): 'test-coverage-final-3.R:370:3' • qgraph is installed, cannot test missing-package error (1): 'test-coverage-final-3.R:288:3' • rsvg is installed, cannot test missing-package fallback (1): 'test-coverage-final-3.R:99:3' • rsvg is installed, cannot test unavailable path (1): 'test-shapes-svg.R:256:3' [ FAIL 0 | WARN 15 | SKIP 35 | PASS 5979 ] > > proc.time() user system elapsed 191.81 29.65 226.57