Skip to content

Use ImageArray package for images (and labels) #32

Use ImageArray package for images (and labels)

Use ImageArray package for images (and labels) #32

Triggered via pull request May 28, 2026 21:56
Status Failure
Total duration 13m 22s
Artifacts 10

r-universe.yaml

on: pull_request
R-universe testing  /  Build source pkg and vignettes
5m 32s
R-universe testing / Build source pkg and vignettes
R-universe testing  /  Build rOpenSci docs site
R-universe testing / Build rOpenSci docs site
R-universe testing  /  Bioconductor Checks
4m 0s
R-universe testing / Bioconductor Checks
Matrix: R-universe testing / linux
Matrix: R-universe testing / macos
Matrix: R-universe testing / wasm
Matrix: R-universe testing / windows
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 3 notices
R-universe testing / Build source pkg and vignettes: spatialdataR#L0
Installation OK but failed to build vignettes * creating vignettes ... ERROR Setting r-universe rmarkdown theme... --- re-building ‘SpatialData.Rmd’ using rmarkdown Loading required package: BiocStyle Quitting from SpatialData.Rmd:169-184 [data] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `vapply()`: ! values must be length 3, but FUN(X[[1]]) result is length 0 --- Backtrace: ▆ 1. └─base::vapply(l, dim, integer(3)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'SpatialData.Rmd' failed with diagnostics: values must be length 3, but FUN(X[[1]]) result is length 0 --- failed re-building ‘SpatialData.Rmd’ SUMMARY: processing the following file failed: ‘SpatialData.Rmd’ Error: Vignette re-building failed. In addition: Warning message: In tools::buildVignettes(dir = ".", tangle = TRUE) : Files named as vignettes but with no recognized vignette engine: ‘vignettes/temp.Rmd’ (Is a VignetteBuilder field missing?) Execution halted If this is expected, consider precomputing your vignettes: https://ropensci.org/blog/2019/12/08/precompute-vignettes/
R-universe testing / Build R-oldrel for MacOS: spatialdataR#L0
Check: examples, Result: ERROR Running examples in ‘spatialdataR-Ex.R’ failed The error most likely occurred in: > ### Name: extent > ### Title: Spatial element extent > ### Aliases: extent extent,SpatialData-method > ### extent,SpatialDataArray-method extent,SpatialDataFrame-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x, tables=FALSE) > > # object-wide > extent(x) Error: 'extent' is not an exported object from 'namespace:ImageArray' Execution halted Check: tests, Result: ERROR Running ‘testthat.R’ [32s/31s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 13. └─spatialdataR (local) .local(x, ...) 14. └─ImageArray::extent(data(x, NULL)) %||% ... ── Error ('test-utils.R:119:5'): extent w/ transform ─────────────────────────── Error: 'extent' is not an exported object from 'namespace:ImageArray' Backtrace: ▆ 1. ├─spatialdataR::extent(y) at test-utils.R:119:5 2. └─spatialdataR::extent(y) 3. └─spatialdataR (local) .local(x, ...) 4. └─ImageArray::extent(data(x, NULL)) %||% ... [ FAIL 9 | WARN 0 | SKIP 0 | PASS 847 ] Error: ! Test failures. Execution halted
R-universe testing / Build R-release for MacOS: spatialdataR#L0
Check: examples, Result: ERROR Running examples in ‘spatialdataR-Ex.R’ failed The error most likely occurred in: > ### Name: extent > ### Title: Spatial element extent > ### Aliases: extent extent,SpatialData-method > ### extent,SpatialDataArray-method extent,SpatialDataFrame-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x, tables=FALSE) > > # object-wide > extent(x) Error: 'extent' is not an exported object from 'namespace:ImageArray' Execution halted Check: tests, Result: ERROR Running ‘testthat.R’ [45s/46s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 13. └─spatialdataR (local) .local(x, ...) 14. └─ImageArray::extent(data(x, NULL)) %||% ... ── Error ('test-utils.R:119:5'): extent w/ transform ─────────────────────────── Error: 'extent' is not an exported object from 'namespace:ImageArray' Backtrace: ▆ 1. ├─spatialdataR::extent(y) at test-utils.R:119:5 2. └─spatialdataR::extent(y) 3. └─spatialdataR (local) .local(x, ...) 4. └─ImageArray::extent(data(x, NULL)) %||% ... [ FAIL 9 | WARN 0 | SKIP 0 | PASS 847 ] Error: ! Test failures. Execution halted
R-universe testing / Build R-release for Windows: spatialdataR#L0
Check: examples, Result: ERROR Running examples in 'spatialdataR-Ex.R' failed The error most likely occurred in: > ### Name: extent > ### Title: Spatial element extent > ### Aliases: extent extent,SpatialData-method > ### extent,SpatialDataArray-method extent,SpatialDataFrame-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x, tables=FALSE) > > # object-wide > extent(x) Error: 'extent' is not an exported object from 'namespace:ImageArray' Execution halted Check: tests, Result: ERROR Running 'testthat.R' [66s] Running the tests in 'tests/testthat.R' failed. Last 13 lines of output: 13. └─spatialdataR (local) .local(x, ...) 14. └─ImageArray::extent(data(x, NULL)) %||% ... ── Error ('test-utils.R:119:5'): extent w/ transform ─────────────────────────── Error: 'extent' is not an exported object from 'namespace:ImageArray' Backtrace: ▆ 1. ├─spatialdataR::extent(y) at test-utils.R:119:5 2. └─spatialdataR::extent(y) 3. └─spatialdataR (local) .local(x, ...) 4. └─ImageArray::extent(data(x, NULL)) %||% ... [ FAIL 9 | WARN 0 | SKIP 0 | PASS 847 ] Error: ! Test failures. Execution halted
R-universe testing / Build R-oldrel for Windows: spatialdataR#L0
Check: examples, Result: ERROR Running examples in 'spatialdataR-Ex.R' failed The error most likely occurred in: > ### Name: extent > ### Title: Spatial element extent > ### Aliases: extent extent,SpatialData-method > ### extent,SpatialDataArray-method extent,SpatialDataFrame-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x, tables=FALSE) > > # object-wide > extent(x) Error: 'extent' is not an exported object from 'namespace:ImageArray' Execution halted Check: tests, Result: ERROR Running 'testthat.R' [66s] Running the tests in 'tests/testthat.R' failed. Last 13 lines of output: 13. └─spatialdataR (local) .local(x, ...) 14. └─ImageArray::extent(data(x, NULL)) %||% ... ── Error ('test-utils.R:119:5'): extent w/ transform ─────────────────────────── Error: 'extent' is not an exported object from 'namespace:ImageArray' Backtrace: ▆ 1. ├─spatialdataR::extent(y) at test-utils.R:119:5 2. └─spatialdataR::extent(y) 3. └─spatialdataR (local) .local(x, ...) 4. └─ImageArray::extent(data(x, NULL)) %||% ... [ FAIL 9 | WARN 0 | SKIP 0 | PASS 847 ] Error: ! Test failures. Execution halted
R-universe testing / Build R-devel for Linux: spatialdataR#L0
Check: examples, Result: ERROR Running examples in ‘spatialdataR-Ex.R’ failed The error most likely occurred in: > ### Name: extent > ### Title: Spatial element extent > ### Aliases: extent extent,SpatialData-method > ### extent,SpatialDataArray-method extent,SpatialDataFrame-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x, tables=FALSE) > > # object-wide > extent(x) Error: 'extent' is not an exported object from 'namespace:ImageArray' Execution halted Check: tests, Result: ERROR Running ‘testthat.R’ [55s/53s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 13. └─spatialdataR (local) .local(x, ...) 14. └─ImageArray::extent(data(x, NULL)) %||% ... ── Error ('test-utils.R:119:5'): extent w/ transform ─────────────────────────── Error: 'extent' is not an exported object from 'namespace:ImageArray' Backtrace: ▆ 1. ├─spatialdataR::extent(y) at test-utils.R:119:5 2. └─spatialdataR::extent(y) 3. └─spatialdataR (local) .local(x, ...) 4. └─ImageArray::extent(data(x, NULL)) %||% ... [ FAIL 9 | WARN 8 | SKIP 0 | PASS 847 ] Error: ! Test failures. Execution halted
R-universe testing / Build R-devel for Windows: spatialdataR#L0
Check: examples, Result: ERROR Running examples in 'spatialdataR-Ex.R' failed The error most likely occurred in: > ### Name: extent > ### Title: Spatial element extent > ### Aliases: extent extent,SpatialData-method > ### extent,SpatialDataArray-method extent,SpatialDataFrame-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x, tables=FALSE) > > # object-wide > extent(x) Error: 'extent' is not an exported object from 'namespace:ImageArray' Execution halted Check: tests, Result: ERROR Running 'testthat.R' [62s] Running the tests in 'tests/testthat.R' failed. Last 13 lines of output: 13. └─spatialdataR (local) .local(x, ...) 14. └─ImageArray::extent(data(x, NULL)) %||% ... ── Error ('test-utils.R:119:5'): extent w/ transform ─────────────────────────── Error: 'extent' is not an exported object from 'namespace:ImageArray' Backtrace: ▆ 1. ├─spatialdataR::extent(y) at test-utils.R:119:5 2. └─spatialdataR::extent(y) 3. └─spatialdataR (local) .local(x, ...) 4. └─ImageArray::extent(data(x, NULL)) %||% ... [ FAIL 9 | WARN 8 | SKIP 0 | PASS 847 ] Error: ! Test failures. Execution halted
R-universe testing / Build R-release for Linux: spatialdataR#L0
Check: examples, Result: ERROR Running examples in ‘spatialdataR-Ex.R’ failed The error most likely occurred in: > ### Name: extent > ### Title: Spatial element extent > ### Aliases: extent extent,SpatialData-method > ### extent,SpatialDataArray-method extent,SpatialDataFrame-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x, tables=FALSE) > > # object-wide > extent(x) Error: 'extent' is not an exported object from 'namespace:ImageArray' Execution halted Check: tests, Result: ERROR Running ‘testthat.R’ [60s/58s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 13. └─spatialdataR (local) .local(x, ...) 14. └─ImageArray::extent(data(x, NULL)) %||% ... ── Error ('test-utils.R:119:5'): extent w/ transform ─────────────────────────── Error: 'extent' is not an exported object from 'namespace:ImageArray' Backtrace: ▆ 1. ├─spatialdataR::extent(y) at test-utils.R:119:5 2. └─spatialdataR::extent(y) 3. └─spatialdataR (local) .local(x, ...) 4. └─ImageArray::extent(data(x, NULL)) %||% ... [ FAIL 9 | WARN 0 | SKIP 0 | PASS 847 ] Error: ! Test failures. Execution halted
R-universe testing / Build R-release for Windows
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by June 15, 2026
R-universe testing / Build R-oldrel for Windows
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by June 15, 2026
R-universe testing / Build R-devel for Windows
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by June 15, 2026

Artifacts

Produced during runtime
Name Size Digest
bioc-checks Expired
6.25 KB
sha256:6ef8a9b67bcc1266d6a7fc9845b2dc258ef3b05ff42f8f6f66156b679275e857
package-linux-devel-x86_64 Expired
1.33 MB
sha256:5111cfe09e5d6974db8799e2f12cfa28999df3bfe3cb7fce70bd712855741fbe
package-linux-release-x86_64 Expired
1.33 MB
sha256:5d8d5042b5a75029a1fc80bb03947f17c68d29326d8b397ab0827e0247e161b1
package-macos-oldrel-arm64 Expired
1.32 MB
sha256:4a3410365338f72f0295874d06464d7716e0f73de799a1282bd45745bc2250ab
package-macos-release-arm64 Expired
1.33 MB
sha256:7ae6522137945071c2db3d3b3ad10a205073b7666f018b4178656359ec368cb9
package-source Expired
928 KB
sha256:71241e3fd7cfadce014ea4b586d1d95de5036623d74135b876da5daa5d0ed762
package-wasm-release Expired
1.18 MB
sha256:11ec6a6409530913341862c5dba73ed5f672edf7e43fe7b1a0257f18213c9f23
package-windows-devel Expired
1.33 MB
sha256:07768a8845b4292b73744de7bf50df045757a9e7e0adb50cad42124c0b309bbc
package-windows-oldrel Expired
1.33 MB
sha256:53544d2e32184b0ea3c41ef1804cd3dbc8d8d4c735495b73633963f297f32ed7
package-windows-release Expired
1.33 MB
sha256:45da2dc0daeadab44f6630695f962cdda6fae2d6c036a40fb19be23a1bc8f5b5