R Under development (unstable) (2024-10-18 r87246 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(igraph) Attaching package: 'igraph' The following object is masked from 'package:testthat': compare The following objects are masked from 'package:stats': decompose, spectrum The following object is masked from 'package:base': union > > test_check("igraph") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 68 | PASS 4054 ] ══ Skipped tests (68) ══════════════════════════════════════════════════════════ • On CRAN (63): 'test-vs-es.R:136:3', 'test-vs-es.R:157:3', 'test-vs-es.R:180:3', 'test-adjacency.R:576:3', 'test-adjacency.R:607:3', 'test-bug-501-rectangles.R:17:3', 'test-centrality.R:68:5', 'test-centrality.R:117:5', 'test-centrality.R:125:3', 'test-centrality.R:695:3', 'test-conversion.R:42:3', 'test-conversion.R:49:3', 'test-conversion.R:132:3', 'test-conversion.R:188:3', 'test-games.R:61:3', 'test-games.R:81:3', 'test-graph.data.frame.R:49:3', 'test-hrg.R:15:3', 'test-incidence.R:9:3', 'test-incidence.R:25:3', 'test-incidence.R:87:3', 'test-incidence.R:103:3', 'test-incidence.R:162:3', 'test-interface.R:123:3', 'test-layout.R:20:3', 'test-layout.R:153:3', 'test-layout.R:208:3', 'test-make.R:61:3', 'test-make.R:70:3', 'test-make.R:78:3', 'test-make.R:88:3', 'test-make.R:96:3', 'test-minimal.st.separators.R:12:3', 'test-modularity_matrix.R:18:3', 'test-old-data-type.R:94:3', 'test-operators.R:156:3', 'test-par.R:5:3', 'test-par.R:15:3', 'test-paths.R:22:3', 'test-paths.R:47:3', 'test-plot.R:17:3', 'test-plot.R:42:3', 'test-plot.R:67:3', 'test-print.R:51:3', 'test-rng.R:2:3', 'test-serialize.R:9:3', 'test-trees.R:204:3', 'test-utils-assert-args.R:2:3', 'test-utils-assert-args.R:10:3', 'test-structural.properties.R:18:3', 'test-structural.properties.R:182:3', 'test-structural.properties.R:202:3', 'test-versions.R:9:3', 'test-versions.R:19:3', 'test-versions.R:25:3', 'test-versions.R:40:3', 'test-versions.R:55:3', 'test-versions.R:72:3', 'test-versions.R:98:3', 'test-vs-es-printing.R:10:3', 'test-vs-es-printing.R:28:3', 'test-vs-es-printing.R:43:3', 'test-vs-es-printing.R:59:3' • empty test (1): 'test-topology.R:45:1' • graph cannot be loaded (2): 'test-graphNEL.R:2:3', 'test-graphNEL.R:32:3' • nested igraph call handling not implemented yet (1): 'test-structural.properties.R:166:3' • pcalg cannot be loaded (1): 'test-adjacency.R:20:3' [ FAIL 0 | WARN 0 | SKIP 68 | PASS 4054 ] > > proc.time() user system elapsed 17.04 1.18 66.65