CRAN Package Check Results for Package rSpectral

Last updated on 2026-05-29 17:52:06 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0.14 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.0.14 49.52 35.18 84.70 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.0.16 110.00 67.66 177.66 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0.16 144.00 61.76 205.76 OK
r-devel-windows-x86_64 1.0.0.16 89.00 90.00 179.00 OK
r-patched-linux-x86_64 1.0.0.14 68.60 42.51 111.11 ERROR
r-release-linux-x86_64 1.0.0.14 113.88 42.93 156.81 ERROR
r-release-macos-arm64 1.0.0.16 16.00 8.00 24.00 OK
r-release-macos-x86_64 1.0.0.16 43.00 33.00 76.00 OK
r-release-windows-x86_64 1.0.0.14 94.00 90.00 184.00 ERROR
r-oldrel-macos-arm64 1.0.0.16 11.00 16.00 27.00 OK
r-oldrel-macos-x86_64 1.0.0.16 42.00 28.00 70.00 OK
r-oldrel-windows-x86_64 1.0.0.14 100.00 102.00 202.00 ERROR

Check Details

Version: 1.0.0.14
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(rSpectral) > > test_check("rSpectral") Loading required package: BiocGenerics Loading required package: generics Attaching package: 'generics' The following objects are masked from 'package:base': as.difftime, as.factor, as.ordered, intersect, is.element, setdiff, setequal, union Attaching package: 'BiocGenerics' The following objects are masked from 'package:stats': IQR, mad, sd, var, xtabs The following objects are masked from 'package:base': Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append, as.data.frame, basename, cbind, colnames, dirname, do.call, duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rownames, sapply, saveRDS, table, tapply, unique, unsplit, which.max, which.min This graph was created by an old(er) igraph version. i Call `igraph::upgrade_graph()` on it to use with the current igraph version. For now we convert it on the fly... Saving _problems/test-igraph-19.R Saving _problems/test-igraph-26.R [ FAIL 2 | WARN 4 | SKIP 0 | PASS 10 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-igraph.R:19:3'): membership fix_neig=0 is correct ──────────── Expected `c$modularity` to equal `exp_mod10`. Differences: `actual`: 0.432 `expected`: 0.408 ── Failure ('test-igraph.R:26:3'): membership fix_neig=1 is correct ──────────── Expected `c$modularity` to equal `exp_mod11`. Differences: `actual`: 0.3758 `expected`: 0.3776 [ FAIL 2 | WARN 4 | SKIP 0 | PASS 10 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.0.14
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(rSpectral) > > test_check("rSpectral") Loading required package: BiocGenerics Loading required package: generics Attaching package: 'generics' The following objects are masked from 'package:base': as.difftime, as.factor, as.ordered, intersect, is.element, setdiff, setequal, union Attaching package: 'BiocGenerics' The following objects are masked from 'package:stats': IQR, mad, sd, var, xtabs The following objects are masked from 'package:base': Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append, as.data.frame, basename, cbind, colnames, dirname, do.call, duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rownames, sapply, saveRDS, table, tapply, unique, unsplit, which.max, which.min This graph was created by an old(er) igraph version. i Call `igraph::upgrade_graph()` on it to use with the current igraph version. For now we convert it on the fly... Saving _problems/test-igraph-19.R Saving _problems/test-igraph-26.R [ FAIL 2 | WARN 4 | SKIP 0 | PASS 10 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-igraph.R:19:3'): membership fix_neig=0 is correct ──────────── Expected `c$modularity` to equal `exp_mod10`. Differences: `actual`: 0.432 `expected`: 0.408 ── Failure ('test-igraph.R:26:3'): membership fix_neig=1 is correct ──────────── Expected `c$modularity` to equal `exp_mod11`. Differences: `actual`: 0.3758 `expected`: 0.3776 [ FAIL 2 | WARN 4 | SKIP 0 | PASS 10 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.0.14
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(rSpectral) > > test_check("rSpectral") Loading required package: BiocGenerics Loading required package: generics Attaching package: 'generics' The following objects are masked from 'package:base': as.difftime, as.factor, as.ordered, intersect, is.element, setdiff, setequal, union Attaching package: 'BiocGenerics' The following objects are masked from 'package:stats': IQR, mad, sd, var, xtabs The following objects are masked from 'package:base': Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append, as.data.frame, basename, cbind, colnames, dirname, do.call, duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rownames, sapply, saveRDS, table, tapply, unique, unsplit, which.max, which.min This graph was created by an old(er) igraph version. i Call `igraph::upgrade_graph()` on it to use with the current igraph version. For now we convert it on the fly... Saving _problems/test-igraph-19.R Saving _problems/test-igraph-26.R [ FAIL 2 | WARN 4 | SKIP 0 | PASS 10 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-igraph.R:19:3'): membership fix_neig=0 is correct ──────────── Expected `c$modularity` to equal `exp_mod10`. Differences: `actual`: 0.432 `expected`: 0.408 ── Failure ('test-igraph.R:26:3'): membership fix_neig=1 is correct ──────────── Expected `c$modularity` to equal `exp_mod11`. Differences: `actual`: 0.3758 `expected`: 0.3776 [ FAIL 2 | WARN 4 | SKIP 0 | PASS 10 ] Error: ! Test failures. Execution halted Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.0.0.14
Check: tests
Result: ERROR Running 'testthat.R' [2s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(rSpectral) > > test_check("rSpectral") Loading required package: BiocGenerics Loading required package: generics Attaching package: 'generics' The following objects are masked from 'package:base': as.difftime, as.factor, as.ordered, intersect, is.element, setdiff, setequal, union Attaching package: 'BiocGenerics' The following objects are masked from 'package:stats': IQR, mad, sd, var, xtabs The following objects are masked from 'package:base': Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append, as.data.frame, basename, cbind, colnames, dirname, do.call, duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rownames, sapply, saveRDS, table, tapply, unique, unsplit, which.max, which.min This graph was created by an old(er) igraph version. i Call `igraph::upgrade_graph()` on it to use with the current igraph version. For now we convert it on the fly... Saving _problems/test-igraph-19.R Saving _problems/test-igraph-26.R [ FAIL 2 | WARN 4 | SKIP 0 | PASS 10 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-igraph.R:19:3'): membership fix_neig=0 is correct ──────────── Expected `c$modularity` to equal `exp_mod10`. Differences: `actual`: 0.432 `expected`: 0.408 ── Failure ('test-igraph.R:26:3'): membership fix_neig=1 is correct ──────────── Expected `c$modularity` to equal `exp_mod11`. Differences: `actual`: 0.3758 `expected`: 0.3776 [ FAIL 2 | WARN 4 | SKIP 0 | PASS 10 ] Error: ! Test failures. Execution halted Flavor: r-release-windows-x86_64

Version: 1.0.0.14
Check: tests
Result: ERROR Running 'testthat.R' [3s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(rSpectral) > > test_check("rSpectral") Loading required package: BiocGenerics Loading required package: generics Attaching package: 'generics' The following objects are masked from 'package:base': as.difftime, as.factor, as.ordered, intersect, is.element, setdiff, setequal, union Attaching package: 'BiocGenerics' The following objects are masked from 'package:stats': IQR, mad, sd, var, xtabs The following objects are masked from 'package:base': Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append, as.data.frame, basename, cbind, colnames, dirname, do.call, duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rownames, sapply, saveRDS, table, tapply, unique, unsplit, which.max, which.min This graph was created by an old(er) igraph version. i Call `igraph::upgrade_graph()` on it to use with the current igraph version. For now we convert it on the fly... Saving _problems/test-igraph-19.R Saving _problems/test-igraph-26.R [ FAIL 2 | WARN 4 | SKIP 0 | PASS 10 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-igraph.R:19:3'): membership fix_neig=0 is correct ──────────── Expected `c$modularity` to equal `exp_mod10`. Differences: `actual`: 0.432 `expected`: 0.408 ── Failure ('test-igraph.R:26:3'): membership fix_neig=1 is correct ──────────── Expected `c$modularity` to equal `exp_mod11`. Differences: `actual`: 0.3758 `expected`: 0.3776 [ FAIL 2 | WARN 4 | SKIP 0 | PASS 10 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64