CRAN Package Check Results for Package geozarr

Last updated on 2026-09-09 06:51:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 10.54 41.32 51.86 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 6.37 31.50 37.87 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 8.00 29.27 37.27 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 34.06 ERROR
r-devel-windows-x86_64 0.1.0 12.00 61.00 73.00 OK
r-patched-linux-x86_64 0.1.0 9.75 38.70 48.45 OK
r-release-linux-x86_64 0.1.0 10.80 39.09 49.89 OK
r-release-macos-arm64 0.1.0 2.00 15.00 17.00 OK
r-release-macos-x86_64 0.1.0 8.00 90.00 98.00 OK
r-release-windows-x86_64 0.1.0 11.00 62.00 73.00 OK
r-oldrel-macos-arm64 0.1.0 2.00 18.00 20.00 OK
r-oldrel-macos-x86_64 0.1.0 8.00 69.00 77.00 OK
r-oldrel-windows-x86_64 0.1.0 16.00 70.00 86.00 OK

Check Details

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ 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(geozarr) Loading required package: zarr > > test_check("geozarr") Saving _problems/test-api-30.R Saving _problems/test-api-42.R Saving _problems/test-api-56.R Saving _problems/test-api-58.R Saving _problems/test-api-110.R Saving _problems/test-api-112.R Saving _problems/test-api-132.R Saving _problems/test-api-144.R Saving _problems/test-api-158.R Saving _problems/test-api-160.R Saving _problems/test-api-212.R Saving _problems/test-api-214.R Saving _problems/test-api-240.R Saving _problems/test-api-256.R Saving _problems/test-api-258.R Saving _problems/test-api-305.R Saving _problems/test-api-307.R [ FAIL 17 | WARN 0 | SKIP 0 | PASS 157 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-api.R:30:3'): spatial-memory ───────────────────────────────── Expected `z[["/"]][]` to be identical to `arr_bare`. Differences: `dimnames(actual)` is a list `dimnames(expected)` is absent ── Failure ('test-api.R:42:3'): spatial-memory ───────────────────────────────── Expected `z[["/abc"]][]` to be identical to `arr_bare`. Differences: `dimnames(actual)` is a list `dimnames(expected)` is absent ── Failure ('test-api.R:56:3'): spatial-memory ───────────────────────────────── Expected `gza[]` to be identical to `arr_bare`. Differences: `dimnames(actual)` is a list `dimnames(expected)` is absent ── Failure ('test-api.R:58:3'): spatial-memory ───────────────────────────────── Expected `z[["/grp/abc"]][]` to be identical to `arr_bare`. Differences: `dimnames(actual)` is a list `dimnames(expected)` is absent ── Failure ('test-api.R:110:3'): spatial-filesystem ──────────────────────────── Expected `gza[]` to be identical to `arr_bare`. Differences: `dimnames(actual)` is a list `dimnames(expected)` is absent ── Failure ('test-api.R:112:3'): spatial-filesystem ──────────────────────────── Expected `z[["/grp/abc"]][]` to be identical to `arr_bare`. Differences: `dimnames(actual)` is a list `dimnames(expected)` is absent ── Failure ('test-api.R:132:3'): cs-regular-memory ───────────────────────────── Expected `z[["/"]][]` to be identical to `arr_bare`. Differences: `dimnames(actual)` is a list `dimnames(expected)` is absent ── Failure ('test-api.R:144:3'): cs-regular-memory ───────────────────────────── Expected `z[["/abc"]][]` to be identical to `arr_bare`. Differences: `dimnames(actual)` is a list `dimnames(expected)` is absent ── Failure ('test-api.R:158:3'): cs-regular-memory ───────────────────────────── Expected `gza[]` to be identical to `arr_bare`. Differences: `dimnames(actual)` is a list `dimnames(expected)` is absent ── Failure ('test-api.R:160:3'): cs-regular-memory ───────────────────────────── Expected `z[["/grp/abc"]][]` to be identical to `arr_bare`. Differences: `dimnames(actual)` is a list `dimnames(expected)` is absent ── Failure ('test-api.R:212:3'): cs-regular-filesystem ───────────────────────── Expected `gza[]` to be identical to `arr_bare`. Differences: `dimnames(actual)` is a list `dimnames(expected)` is absent ── Failure ('test-api.R:214:3'): cs-regular-filesystem ───────────────────────── Expected `z[["/grp/abc"]][]` to be identical to `arr_bare`. Differences: `dimnames(actual)` is a list `dimnames(expected)` is absent ── Failure ('test-api.R:240:3'): cs-irregular-memory ─────────────────────────── Expected `z[["/abc"]][]` to be identical to `arr_bare`. Differences: `dimnames(actual)` is a list `dimnames(expected)` is absent ── Failure ('test-api.R:256:3'): cs-irregular-memory ─────────────────────────── Expected `gza[]` to be identical to `arr_bare`. Differences: `dimnames(actual)` is a list `dimnames(expected)` is absent ── Failure ('test-api.R:258:3'): cs-irregular-memory ─────────────────────────── Expected `z[["/grp/abc"]][]` to be identical to `arr_bare`. Differences: `dimnames(actual)` is a list `dimnames(expected)` is absent ── Failure ('test-api.R:305:3'): cs-irregular-filesystem ─────────────────────── Expected `gza[]` to be identical to `arr_bare`. Differences: `dimnames(actual)` is a list `dimnames(expected)` is absent ── Failure ('test-api.R:307:3'): cs-irregular-filesystem ─────────────────────── Expected `z[["/grp/abc"]][]` to be identical to `arr_bare`. Differences: `dimnames(actual)` is a list `dimnames(expected)` is absent [ FAIL 17 | WARN 0 | SKIP 0 | PASS 157 ] Error: ! Test failures. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc