Last updated on 2026-07-01 06:02:06 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.1.1 | 8.37 | 115.78 | 124.15 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 2.1.1 | 4.93 | 80.12 | 85.05 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.1.1 | 13.00 | 202.32 | 215.32 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 2.1.1 | 13.00 | 215.39 | 228.39 | OK | |
| r-devel-windows-x86_64 | 2.1.1 | 12.00 | 129.00 | 141.00 | ERROR | |
| r-patched-linux-x86_64 | 2.1.1 | 7.40 | 106.31 | 113.71 | ERROR | |
| r-release-linux-x86_64 | 2.1.1 | 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 | 124.00 | 134.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 | 17.00 | 157.00 | 174.00 | ERROR |
Version: 2.1.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [29s/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-devel-linux-x86_64-debian-clang
Version: 2.1.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [19s/11s]
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’ [44s/33s]
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/0s]
Running ‘testthat.R’ [28s/20s]
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-patched-linux-x86_64
Version: 2.1.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [28s/16s]
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' [18s]
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' [25s]
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
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.