Package: geoarrow Check: tests New result: ERROR Running ‘testthat.R’ [7s/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") [ 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 Package: move2 Check: tests New result: ERROR Running ‘testthat.R’ [2m/11m] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(move2) > > > test_check("move2") Linking to GEOS 3.14.1, GDAL 3.11.4, PROJ 9.7.0; sf_use_s2() is TRUE [ FAIL 1 | WARN 0 | SKIP 17 | PASS 755 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (16): 'test-calculate_properties.R:25:3', 'test-movebank_api.R:156:3', 'test-movebank_api.R:186:3', 'test-movebank_api.R:208:3', 'test-movebank_api.R:241:3', 'test-movebank_api.R:265:3', 'test-movebank_api.R:298:3', 'test-movebank_api.R:306:3', 'test-movebank_api.R:316:3', 'test-movebank_api.R:334:3', 'test-movebank_api.R:360:3', 'test-movebank_get_vocabulary.R:2:3', 'test-movebank_get_vocabulary.R:27:3', 'test-movebank_speed.R:2:3', 'test-movebank_speed.R:44:3', 'test-mt_read_speed.R:2:3' • empty test (1): 'test-movebank_api.R:197:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-mt_sim_brownian_motion.R:81:3'): function works ────────────── unique(...) (`actual`) not identical to list(sf::st_point(c(0, 0))) (`expected`). `class(actual)` is a character vector ('sfc_POINT', 'sfc') `class(expected)` is absent `attr(actual, 'bbox')` is an S3 object of class , a double vector `attr(expected, 'bbox')` is absent `attr(actual, 'crs')` is an S3 object of class , a list `attr(expected, 'crs')` is absent `attr(actual, 'n_empty')` is an integer vector (0) `attr(expected, 'n_empty')` is absent `attr(actual, 'precision')` is a double vector (0) `attr(expected, 'precision')` is absent [ FAIL 1 | WARN 0 | SKIP 17 | PASS 755 ] Error: Test failures Execution halted