Last updated on 2026-06-22 01:51:13 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.1.1 | 10.71 | 148.78 | 159.49 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.1.1 | 5.88 | 81.43 | 87.31 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.1.1 | 13.00 | 220.41 | 233.41 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 2.1.1 | 10.00 | 136.96 | 146.96 | OK | |
| r-devel-windows-x86_64 | 2.1.1 | 10.00 | 125.00 | 135.00 | ERROR | |
| r-patched-linux-x86_64 | 2.1.1 | 11.31 | 135.55 | 146.86 | OK | |
| r-release-linux-x86_64 | 2.1.1 | 7.63 | 106.16 | 113.79 | ERROR | |
| r-release-macos-arm64 | 2.1.1 | 3.00 | 36.00 | 39.00 | OK | |
| r-release-macos-x86_64 | 2.1.1 | 7.00 | 131.00 | 138.00 | OK | |
| r-release-windows-x86_64 | 2.1.1 | 10.00 | 120.00 | 130.00 | ERROR | |
| r-oldrel-macos-arm64 | 2.1.1 | 2.00 | 37.00 | 39.00 | OK | |
| r-oldrel-macos-x86_64 | 2.1.1 | 8.00 | 201.00 | 209.00 | OK | |
| r-oldrel-windows-x86_64 | 2.1.1 | 15.00 | 150.00 | 165.00 | ERROR |
Version: 2.1.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [21s/13s]
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(ggseg3d)
>
> test_check("ggseg3d")
Starting 2 test processes.
Saving _problems/test-data_merge-2.R
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 547 ]
══ Skipped tests (8) ═══════════════════════════════════════════════════════════
• On CRAN (8): 'test-visual.R:8:1', 'test-visual.R:13:1', 'test-visual.R:20:1',
'test-visual.R:26:1', 'test-visual.R:31:1', 'test-visual.R:36:1',
'test-visual.R:42:1', 'test-visual.R:48:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-data_merge.R:2:3'): data_merge works with unified atlas ────────
Error in `require_sf("atlas_sf()")`: atlas_sf() requires the sf package, which is not installed.
i Install with `install.packages("sf")`, or use the polygon-format alternative (see `as_polygon_atlas()`).
Backtrace:
▆
1. └─ggseg.formats::atlas_sf(dk()) at test-data_merge.R:2:3
2. └─ggseg.formats:::require_sf("atlas_sf()")
3. └─cli::cli_abort(...)
4. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 547 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.1.1
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [48s/69s]
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(ggseg3d)
>
> test_check("ggseg3d")
Starting 2 test processes.
Saving _problems/test-data_merge-2.R
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 547 ]
══ Skipped tests (8) ═══════════════════════════════════════════════════════════
• On CRAN (8): 'test-visual.R:8:1', 'test-visual.R:13:1', 'test-visual.R:20:1',
'test-visual.R:26:1', 'test-visual.R:31:1', 'test-visual.R:36:1',
'test-visual.R:42:1', 'test-visual.R:48:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-data_merge.R:2:3'): data_merge works with unified atlas ────────
Error in `require_sf("atlas_sf()")`: atlas_sf() requires the sf package, which is not installed.
i Install with `install.packages("sf")`, or use the polygon-format alternative (see `as_polygon_atlas()`).
Backtrace:
▆
1. └─ggseg.formats::atlas_sf(dk()) at test-data_merge.R:2:3
2. └─ggseg.formats:::require_sf("atlas_sf()")
3. └─cli::cli_abort(...)
4. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 547 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 2.1.1
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [19s]
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(ggseg3d)
>
> test_check("ggseg3d")
Starting 2 test processes.
Saving _problems/test-data_merge-2.R
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 547 ]
══ Skipped tests (8) ═══════════════════════════════════════════════════════════
• On CRAN (8): 'test-visual.R:8:1', 'test-visual.R:13:1', 'test-visual.R:20:1',
'test-visual.R:26:1', 'test-visual.R:31:1', 'test-visual.R:36:1',
'test-visual.R:42:1', 'test-visual.R:48:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-data_merge.R:2:3'): data_merge works with unified atlas ────────
Error in `require_sf("atlas_sf()")`: atlas_sf() requires the sf package, which is not installed.
i Install with `install.packages("sf")`, or use the polygon-format alternative (see `as_polygon_atlas()`).
Backtrace:
▆
1. └─ggseg.formats::atlas_sf(dk()) at test-data_merge.R:2:3
2. └─ggseg.formats:::require_sf("atlas_sf()")
3. └─cli::cli_abort(...)
4. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 547 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 2.1.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/1s]
Running ‘testthat.R’ [28s/17s]
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(ggseg3d)
>
> test_check("ggseg3d")
Starting 2 test processes.
Saving _problems/test-data_merge-2.R
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 547 ]
══ Skipped tests (8) ═══════════════════════════════════════════════════════════
• On CRAN (8): 'test-visual.R:8:1', 'test-visual.R:13:1', 'test-visual.R:20:1',
'test-visual.R:26:1', 'test-visual.R:31:1', 'test-visual.R:36:1',
'test-visual.R:42:1', 'test-visual.R:48:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-data_merge.R:2:3'): data_merge works with unified atlas ────────
Error in `require_sf("atlas_sf()")`: atlas_sf() requires the sf package, which is not installed.
i Install with `install.packages("sf")`, or use the polygon-format alternative (see `as_polygon_atlas()`).
Backtrace:
▆
1. └─ggseg.formats::atlas_sf(dk()) at test-data_merge.R:2:3
2. └─ggseg.formats:::require_sf("atlas_sf()")
3. └─cli::cli_abort(...)
4. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 547 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64
Version: 2.1.1
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [17s]
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(ggseg3d)
>
> test_check("ggseg3d")
Starting 2 test processes.
Saving _problems/test-data_merge-2.R
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 547 ]
══ Skipped tests (8) ═══════════════════════════════════════════════════════════
• On CRAN (8): 'test-visual.R:8:1', 'test-visual.R:13:1', 'test-visual.R:20:1',
'test-visual.R:26:1', 'test-visual.R:31:1', 'test-visual.R:36:1',
'test-visual.R:42:1', 'test-visual.R:48:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-data_merge.R:2:3'): data_merge works with unified atlas ────────
Error in `require_sf("atlas_sf()")`: atlas_sf() requires the sf package, which is not installed.
i Install with `install.packages("sf")`, or use the polygon-format alternative (see `as_polygon_atlas()`).
Backtrace:
▆
1. └─ggseg.formats::atlas_sf(dk()) at test-data_merge.R:2:3
2. └─ggseg.formats:::require_sf("atlas_sf()")
3. └─cli::cli_abort(...)
4. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 547 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64
Version: 2.1.1
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [24s]
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(ggseg3d)
>
> test_check("ggseg3d")
Starting 2 test processes.
Saving _problems/test-data_merge-2.R
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 547 ]
══ Skipped tests (8) ═══════════════════════════════════════════════════════════
• On CRAN (8): 'test-visual.R:8:1', 'test-visual.R:13:1', 'test-visual.R:20:1',
'test-visual.R:26:1', 'test-visual.R:31:1', 'test-visual.R:36:1',
'test-visual.R:42:1', 'test-visual.R:48:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-data_merge.R:2:3'): data_merge works with unified atlas ────────
Error in `require_sf("atlas_sf()")`: atlas_sf() requires the sf package, which is not installed.
i Install with `install.packages("sf")`, or use the polygon-format alternative (see `as_polygon_atlas()`).
Backtrace:
▆
1. └─ggseg.formats::atlas_sf(dk()) at test-data_merge.R:2:3
2. └─ggseg.formats:::require_sf("atlas_sf()")
3. └─cli::cli_abort(...)
4. └─rlang::abort(...)
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 547 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64