CRAN Package Check Results for Package ggseg

Last updated on 2026-07-03 02:51:56 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2.0 7.97 214.37 222.34 OK
r-devel-linux-x86_64-debian-gcc 2.2.0 5.57 145.67 151.24 OK
r-devel-linux-x86_64-fedora-clang 2.2.0 15.00 318.00 333.00 ERROR
r-devel-linux-x86_64-fedora-gcc 2.2.0 13.00 437.89 450.89 OK
r-devel-windows-x86_64 2.2.0 10.00 179.00 189.00 OK
r-patched-linux-x86_64 2.2.0 7.79 199.08 206.87 OK
r-release-linux-x86_64 2.2.0 OK
r-release-macos-arm64 2.2.0 2.00 45.00 47.00 OK
r-release-macos-x86_64 2.2.0 6.00 184.00 190.00 OK
r-release-windows-x86_64 2.2.0 9.00 175.00 184.00 OK
r-oldrel-macos-arm64 2.2.0 2.00 49.00 51.00 OK
r-oldrel-macos-x86_64 2.2.0 5.00 208.00 213.00 OK
r-oldrel-windows-x86_64 2.2.0 16.00 283.00 299.00 OK

Check Details

Version: 2.2.0
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [102s/74s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(ggseg) > > test_check("ggseg") Starting 2 test processes. Saving _problems/test-coords-23.R Saving _problems/test-coords-31.R Saving _problems/test-geom-brain-231.R [ FAIL 3 | WARN 2 | SKIP 21 | PASS 403 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-annotate-brain.R:179:3', 'test-annotate-brain.R:188:3', 'test-annotate-brain.R:204:3', 'test-annotate-brain.R:213:3', 'test-brain-atlas-plots.R:2:3', 'test-brain-atlas-plots.R:9:3', 'test-brain-atlas-plots.R:21:3', 'test-brain-atlas-plots.R:33:3', 'test-brain-atlas-plots.R:45:3', 'test-brain-atlas-plots.R:57:3', 'test-brain-atlas-plots.R:69:3', 'test-brain-atlas-plots.R:86:3', 'test-brain-atlas-plots.R:93:3', 'test-brain-atlas-plots.R:105:3', 'test-brain-atlas-plots.R:117:3', 'test-brain-atlas-plots.R:129:3', 'test-brain-atlas-plots.R:141:3', 'test-brain-atlas-plots.R:148:3', 'test-brain-atlas-plots.R:160:3', 'test-brain-atlas-plots.R:172:3', 'test-brain-atlas-plots.R:184:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-coords.R:23:5'): sf2coords / converts sf data to coords format ── Error in `seq_len(nrow(x))`: argument must be coercible to non-negative integer Backtrace: ▆ 1. └─ggseg:::sf2coords(dk()$data$sf) at test-coords.R:23:5 2. └─base::lapply(...) ── Error ('test-coords.R:31:5'): sf2coords / removes geometry column ─────────── Error in `seq_len(nrow(x))`: argument must be coercible to non-negative integer Backtrace: ▆ 1. └─ggseg:::sf2coords(dk()$data$sf) at test-coords.R:31:5 2. └─base::lapply(...) ── Failure ('test-geom-brain.R:228:5'): LayerBrain / errors when atlas has no data ── Expected `ggplot_build(ggplot() + geom_brain_sf(atlas = empty_atlas))` to throw a error. [ FAIL 3 | WARN 2 | SKIP 21 | PASS 403 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang