CRAN Package Check Results for Package geoarrow

Last updated on 2025-11-15 03:50:11 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.0 12.48 37.02 49.50 ERROR
r-devel-linux-x86_64-debian-gcc 0.4.0 10.45 28.41 38.86 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.0 57.00 22.79 79.79 ERROR
r-devel-linux-x86_64-fedora-gcc 0.4.0 27.00 49.32 76.32 ERROR
r-devel-windows-x86_64 0.4.0 32.00 60.00 92.00 ERROR
r-patched-linux-x86_64 0.4.0 13.42 34.23 47.65 ERROR
r-release-linux-x86_64 0.4.0 13.26 33.72 46.98 OK
r-release-macos-arm64 0.4.0 8.00 24.00 32.00 OK
r-release-macos-x86_64 0.4.0 14.00 45.00 59.00 OK
r-release-windows-x86_64 0.4.0 23.00 59.00 82.00 OK
r-oldrel-macos-arm64 0.4.0 7.00 28.00 35.00 OK
r-oldrel-macos-x86_64 0.4.0 11.00 38.00 49.00 OK
r-oldrel-windows-x86_64 0.4.0 23.00 73.00 96.00 ERROR

Check Details

Version: 0.4.0
Check: tests
Result: ERROR Running ‘testthat.R’ [8s/9s] 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(geoarrow) > > test_check("geoarrow") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 426 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-pkg-sf.R:230:3'): as_nanoarrow_array() works for mixed sfc ─── as.raw(array$buffers[[3]]) (`actual`) not identical to unlist(sf::st_as_binary(sfc)) (`expected`). actual | expected [3] "00" | "00" [3] [4] "00" | "00" [4] [5] "00" | "00" [5] [6] "00" - "a2" [6] [7] "00" - "07" [7] [8] "00" | "00" [8] [9] "00" | "00" [9] [10] "00" | "00" [10] [11] "00" | "00" [11] [12] "f8" - "f0" [12] ... ... ... and 11 more ... [ FAIL 1 | WARN 0 | SKIP 0 | PASS 426 ] Error: Test failures Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64

Version: 0.4.0
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/7s] 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(geoarrow) > > test_check("geoarrow") Saving _problems/test-pkg-sf-233.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 426 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-pkg-sf.R:230:3'): as_nanoarrow_array() works for mixed sfc ─── Expected `as.raw(array$buffers[[3]])` to be identical to `unlist(sf::st_as_binary(sfc))`. Differences: actual | expected [3] "00" | "00" [3] [4] "00" | "00" [4] [5] "00" | "00" [5] [6] "00" - "a2" [6] [7] "00" - "07" [7] [8] "00" | "00" [8] [9] "00" | "00" [9] [10] "00" | "00" [10] [11] "00" | "00" [11] [12] "f8" - "f0" [12] ... ... ... and 11 more ... [ FAIL 1 | WARN 0 | SKIP 0 | PASS 426 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4.0
Check: tests
Result: ERROR Running ‘testthat.R’ [13s/31s] 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(geoarrow) > > test_check("geoarrow") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 426 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-pkg-sf.R:230:3'): as_nanoarrow_array() works for mixed sfc ─── as.raw(array$buffers[[3]]) (`actual`) not identical to unlist(sf::st_as_binary(sfc)) (`expected`). actual | expected [3] "00" | "00" [3] [4] "00" | "00" [4] [5] "00" | "00" [5] [6] "00" - "a2" [6] [7] "00" - "07" [7] [8] "00" | "00" [8] [9] "00" | "00" [9] [10] "00" | "00" [10] [11] "00" | "00" [11] [12] "f8" - "f0" [12] ... ... ... and 11 more ... [ FAIL 1 | WARN 0 | SKIP 0 | PASS 426 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.4.0
Check: tests
Result: ERROR Running ‘testthat.R’ [12s/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(geoarrow) > > test_check("geoarrow") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 426 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-pkg-sf.R:230:3'): as_nanoarrow_array() works for mixed sfc ─── as.raw(array$buffers[[3]]) (`actual`) not identical to unlist(sf::st_as_binary(sfc)) (`expected`). actual | expected [3] "00" | "00" [3] [4] "00" | "00" [4] [5] "00" | "00" [5] [6] "00" - "a2" [6] [7] "00" - "07" [7] [8] "00" | "00" [8] [9] "00" | "00" [9] [10] "00" | "00" [10] [11] "00" | "00" [11] [12] "f8" - "f0" [12] ... ... ... and 11 more ... [ FAIL 1 | WARN 0 | SKIP 0 | PASS 426 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.4.0
Check: tests
Result: ERROR Running 'testthat.R' [8s] 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(geoarrow) > > test_check("geoarrow") The tzdb package is not installed. Timezones will not be available to Arrow compute functions. [ FAIL 1 | WARN 0 | SKIP 0 | PASS 426 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-pkg-sf.R:230:3'): as_nanoarrow_array() works for mixed sfc ─── as.raw(array$buffers[[3]]) (`actual`) not identical to unlist(sf::st_as_binary(sfc)) (`expected`). actual | expected [3] "00" | "00" [3] [4] "00" | "00" [4] [5] "00" | "00" [5] [6] "00" - "a2" [6] [7] "00" - "07" [7] [8] "00" | "00" [8] [9] "00" | "00" [9] [10] "00" | "00" [10] [11] "00" | "00" [11] [12] "f8" - "f0" [12] ... ... ... and 11 more ... [ FAIL 1 | WARN 0 | SKIP 0 | PASS 426 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 0.4.0
Check: tests
Result: ERROR Running 'testthat.R' [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(geoarrow) > > test_check("geoarrow") The tzdb package is not installed. Timezones will not be available to Arrow compute functions. [ FAIL 1 | WARN 0 | SKIP 0 | PASS 426 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-pkg-sf.R:230:3'): as_nanoarrow_array() works for mixed sfc ─── as.raw(array$buffers[[3]]) (`actual`) not identical to unlist(sf::st_as_binary(sfc)) (`expected`). actual | expected [3] "00" | "00" [3] [4] "00" | "00" [4] [5] "00" | "00" [5] [6] "00" - "a2" [6] [7] "00" - "07" [7] [8] "00" | "00" [8] [9] "00" | "00" [9] [10] "00" | "00" [10] [11] "00" | "00" [11] [12] "f8" - "f0" [12] ... ... ... and 11 more ... [ FAIL 1 | WARN 0 | SKIP 0 | PASS 426 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64