CRAN Package Check Results for Package igraph

Last updated on 2025-01-12 05:49:19 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.3 238.97 401.79 640.76 OK
r-devel-linux-x86_64-debian-gcc 2.1.3 189.57 268.06 457.63 OK
r-devel-linux-x86_64-fedora-clang 2.1.3 1152.10 OK
r-devel-linux-x86_64-fedora-gcc 2.1.3 1111.08 ERROR
r-devel-windows-x86_64 2.1.3 382.00 478.00 860.00 OK
r-patched-linux-x86_64 2.1.2 261.60 376.57 638.17 OK
r-release-macos-x86_64 2.1.3 437.00 ERROR
r-release-windows-x86_64 2.1.3 478.00 490.00 968.00 NOTE
r-oldrel-macos-arm64 2.1.3 79.00 ERROR
r-oldrel-macos-x86_64 2.1.3 375.00 ERROR
r-oldrel-windows-x86_64 2.1.3 413.00 526.00 939.00 WARN

Additional issues

M1mac

Check Details

Version: 2.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [222s/114s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > 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 1 | WARN 0 | SKIP 67 | PASS 4490 ] ══ Skipped tests (67) ══════════════════════════════════════════════════════════ • 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:184: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-print.R:51:3', 'test-plot.R:17:3', 'test-plot.R:42:3', 'test-plot.R:67:3', 'test-rng.R:2:3', 'test-serialize.R:9:3', 'test-trees.R:204:3', 'test-structural.properties.R:18:3', 'test-structural.properties.R:182:3', 'test-structural.properties.R:202:3', 'test-utils-assert-args.R:2:3', 'test-utils-assert-args.R:10: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', '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' • empty test (3): 'test-read_graph.R:10:1', 'test-read_graph.R:17:1', 'test-topology.R:45:1' • nested igraph call handling not implemented yet (1): 'test-structural.properties.R:166:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-graphNEL.R:11:3'): graphNEL conversion works ─────────────────── Error in `gi$map12`: $ operator is invalid for atomic vectors Backtrace: ▆ 1. └─testthat::expect_equal(gi$map12, 1:vcount(g)) at test-graphNEL.R:11:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) [ FAIL 1 | WARN 0 | SKIP 67 | PASS 4490 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 2.1.3
Check: installed package size
Result: NOTE installed size is 24.5Mb sub-directories of 1Mb or more: R 2.0Mb doc 1.2Mb help 2.2Mb libs 18.7Mb Flavors: r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 2.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [99s/111s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > 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 1 | WARN 0 | SKIP 67 | PASS 4490 ] ══ Skipped tests (67) ══════════════════════════════════════════════════════════ • 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:184: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 (3): 'test-read_graph.R:10:1', 'test-read_graph.R:17:1', 'test-topology.R:45:1' • nested igraph call handling not implemented yet (1): 'test-structural.properties.R:166:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-graphNEL.R:11:3'): graphNEL conversion works ─────────────────── Error in `gi$map12`: $ operator is invalid for atomic vectors Backtrace: ▆ 1. └─testthat::expect_equal(gi$map12, 1:vcount(g)) at test-graphNEL.R:11:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) [ FAIL 1 | WARN 0 | SKIP 67 | PASS 4490 ] Error: Test failures Execution halted Flavor: r-release-macos-x86_64

Version: 2.1.3
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-oldrel-macos-arm64

Version: 2.1.3
Check: tests
Result: ERROR Running ‘testthat.R’ [93s/71s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > 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 1 | WARN 0 | SKIP 67 | PASS 4490 ] ══ Skipped tests (67) ══════════════════════════════════════════════════════════ • 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:184: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 (3): 'test-read_graph.R:10:1', 'test-read_graph.R:17:1', 'test-topology.R:45:1' • nested igraph call handling not implemented yet (1): 'test-structural.properties.R:166:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-graphNEL.R:11:3'): graphNEL conversion works ─────────────────── Error in `gi$map12`: $ operator is invalid for atomic vectors Backtrace: ▆ 1. └─testthat::expect_equal(gi$map12, 1:vcount(g)) at test-graphNEL.R:11:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) [ FAIL 1 | WARN 0 | SKIP 67 | PASS 4490 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-x86_64

Version: 2.1.3
Check: whether package can be installed
Result: WARN Found the following significant warnings: D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winnt.h:8404:37: warning: ISO C++ forbids flexible array member 'Elements' [-Wpedantic] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winnt.h:8667:22: warning: ISO C++ forbids flexible array member 'pEventLogRecords' [-Wpedantic] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winnt.h:8673:13: warning: ISO C++ forbids flexible array member 'ulOffsets' [-Wpedantic] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/minwindef.h:196:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/minwindef.h:197:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/minwindef.h:198:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/processthreadsapi.h:130:47: warning: ISO C does not allow extra ';' outside of a function [-Wpedantic] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/rpcndr.h:451:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/urlmon.h:1333:24: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/urlmon.h:1745:25: warning: ISO C restricts enumerator values to range of 'int' [-Wpedantic] D:/rtools43/usr/lib/mxe/usr/x86_64-w64-mingw32.static.posix/include/winioctl.h:359:11: warning: ISO C forbids zero-size array 'SerialNumber' [-Wpedantic] See 'd:/Rcompile/CRANpkg/local/4.3/igraph.Rcheck/00install.out' for details. * used C compiler: 'gcc.exe (GCC) 12.3.0' * used C++ compiler: 'g++.exe (GCC) 12.3.0' Flavor: r-oldrel-windows-x86_64