CRAN Package Check Results for Package ggseg

Last updated on 2026-07-05 02:50:27 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2.0 7.52 213.41 220.93 OK
r-devel-linux-x86_64-debian-gcc 2.2.1 5.57 117.94 123.51 OK
r-devel-linux-x86_64-fedora-clang 2.2.1 14.00 347.87 361.87 OK
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 188.00 198.00 ERROR
r-patched-linux-x86_64 2.2.0 7.79 199.08 206.87 OK
r-release-linux-x86_64 2.2.1 6.82 160.96 167.78 OK
r-release-macos-arm64 2.2.1 2.00 42.00 44.00 OK
r-release-macos-x86_64 2.2.1 6.00 169.00 175.00 OK
r-release-windows-x86_64 2.2.1 11.00 152.00 163.00 OK
r-oldrel-macos-arm64 2.2.1 2.00 44.00 46.00 OK
r-oldrel-macos-x86_64 2.2.1 5.00 172.00 177.00 OK
r-oldrel-windows-x86_64 2.2.1 13.00 195.00 208.00 OK

Check Details

Version: 2.2.0
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [30s] 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-windows-x86_64