Last updated on 2026-05-16 06:51:50 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.3.1 | 271.43 | 455.59 | 727.02 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.3.1 | 311.65 | 323.68 | 635.33 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 2.3.1 | 351.00 | 699.10 | 1050.10 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.3.1 | 540.00 | 809.47 | 1349.47 | OK | |
| r-devel-windows-x86_64 | 2.3.1 | 577.00 | 587.00 | 1164.00 | OK | |
| r-patched-linux-x86_64 | 2.3.1 | 280.84 | 446.87 | 727.71 | OK | |
| r-release-linux-x86_64 | 2.3.1 | 255.53 | 442.90 | 698.43 | OK | |
| r-release-macos-arm64 | 2.3.1 | 62.00 | 50.00 | 112.00 | OK | |
| r-release-macos-x86_64 | 2.3.1 | 174.00 | 342.00 | 516.00 | OK | |
| r-release-windows-x86_64 | 2.3.1 | 576.00 | 545.00 | 1121.00 | ERROR | |
| r-oldrel-macos-arm64 | 2.3.1 | 49.00 | 59.00 | 108.00 | OK | |
| r-oldrel-macos-x86_64 | 2.3.1 | 170.00 | 332.00 | 502.00 | OK | |
| r-oldrel-windows-x86_64 | 2.3.1 | 629.00 | 678.00 | 1307.00 | OK |
Version: 2.3.1
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Warning: Obsolescent feature: Old-style character length at (1)
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/igraph.Rcheck/00install.out’ for details.
* used C compiler: ‘gcc-16 (Debian 16-20260425-1) 16.0.1 20260425 (prerelease) [gcc-16 r16-8812-gd9c07462a22]’
* used C++ compiler: ‘g++-16 (Debian 16-20260425-1) 16.0.1 20260425 (prerelease) [gcc-16 r16-8812-gd9c07462a22]’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.3.1
Check: tests
Result: ERROR
Running 'testthat.R' [32s]
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.
> test-incidence.R:
Error:
! testthat subprocess exited in file 'test-incidence.R'.
Caused by error:
! R session crashed with exit code -1073741819
Backtrace:
▆
1. └─testthat::test_check("igraph")
2. └─testthat::test_dir(...)
3. └─testthat:::test_files(...)
4. └─testthat:::test_files_parallel(...)
5. ├─withr::with_dir(...)
6. │ └─base::force(code)
7. ├─testthat::with_reporter(...)
8. │ └─base::tryCatch(...)
9. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
10. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
12. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".")
13. └─queue$poll(Inf)
14. └─base::lapply(...)
15. └─testthat (local) FUN(X[[i]], ...)
16. └─private$handle_error(msg, i)
17. └─cli::cli_abort(...)
18. └─rlang::abort(...)
Execution halted
Flavor: r-release-windows-x86_64