Skip to content

scale matching in mask(); fix channels() #80

scale matching in mask(); fix channels()

scale matching in mask(); fix channels() #80

Triggered via pull request June 4, 2026 19:02
@HelenaLCHelenaLC
opened #232
mask
Status Failure
Total duration 11m 59s
Artifacts 10

r-universe.yaml

on: pull_request
R-universe testing  /  Build source pkg and vignettes
5m 15s
R-universe testing / Build source pkg and vignettes
R-universe testing  /  Build rOpenSci docs site
0s
R-universe testing / Build rOpenSci docs site
R-universe testing  /  Bioconductor Checks
3m 23s
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

7 errors and 3 notices
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: SpatialDataAttrs > ### Title: The 'SpatialDataAttrs' class > ### Aliases: SpatialDataAttrs region region<- regions regions<- instances > ### instances<- region_key region_key<- feature_key feature_key<- > ### instance_key instance_key<- $,SpatialDataAttrs-method > ### feature_key,SpatialDataPoint-method > ### feature_key,SpatialDataAttrs-method > ### feature_key<-,SpatialDataAttrs,character-method > ### region_key,SingleCellExperiment-method > ### region,SingleCellExperiment-method > ### regions,SingleCellExperiment-method > ### regions<-,SingleCellExperiment,character-method > ### regions<-,SingleCellExperiment,NULL-method instance_key,list-method > ### instance_key,SingleCellExperiment-method > ### instance_key,SpatialDataFrame-method > ### instance_key,SpatialDataLabel-method > ### instance_key<-,SpatialDataAttrs,character-method > ### instance_key<-,SingleCellExperiment,character-method > ### instances,SpatialDataLabel-method instances,SpatialDataPoint-method > ### instances,SpatialDataShape-method > ### instances,SingleCellExperiment-method > ### instances<-,SingleCellExperiment-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x) > > # tables > region(table(x)) [1] "blobs_labels" > region_key(table(x)) [1] "region" > > # points > instance_key(point(x)) [1] "instance_id" > fk <- feature_key(point(x)) > base::table(point(x)[[fk]]) gene_a gene_b 90 110 > > # transformations > (z <- meta(label(x))) class: SpatialDataAttrs axes(2): - name: y x - type: space space coordTrans(5): - global: (identity) - scale: (scale:[3,2]) - translation: (translation:[-50,10]) - affine: (affine:[[20,10,30],[50,40,60]]) - sequence: (scale:[3,2]), (translation:[-50,10]) datasets(1): 0 - 0: (scale:[1,1]) > CTname(z) [1] "global" "scale" "translation" "affine" "sequence" > CTtype(z) [1] "identity" "scale" "translation" "affine" "sequence" > CTdata(z, "scale") [[1]] [1] 3 [[2]] [1] 2 > > # constructor > SpatialDataAttrs(type="frame") class: SpatialDataAttrs axes(2): - name: x y - type: space space coordTrans(1): - global: (identity) > SpatialDataAttrs(type="array") class: SpatialDataAttrs axes(3): - name: c y x - type: channel space space coordTrans(1): - global: (identity) datasets(1): 0 - 0: (scale:[1,1]) Error in FUN(X[[i]], ...) : subscript out of bounds Calls: <Anonymous> ... unlist -> channels -> channels -> .ch -> unlist -> lapply 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: SpatialDataAttrs > ### Title: The 'SpatialDataAttrs' class > ### Aliases: SpatialDataAttrs region region<- regions regions<- instances > ### instances<- region_key region_key<- feature_key feature_key<- > ### instance_key instance_key<- $,SpatialDataAttrs-method > ### feature_key,SpatialDataPoint-method > ### feature_key,SpatialDataAttrs-method > ### feature_key<-,SpatialDataAttrs,character-method > ### region_key,SingleCellExperiment-method > ### region,SingleCellExperiment-method > ### regions,SingleCellExperiment-method > ### regions<-,SingleCellExperiment,character-method > ### regions<-,SingleCellExperiment,NULL-method instance_key,list-method > ### instance_key,SingleCellExperiment-method > ### instance_key,SpatialDataFrame-method > ### instance_key,SpatialDataLabel-method > ### instance_key<-,SpatialDataAttrs,character-method > ### instance_key<-,SingleCellExperiment,character-method > ### instances,SpatialDataLabel-method instances,SpatialDataPoint-method > ### instances,SpatialDataShape-method > ### instances,SingleCellExperiment-method > ### instances<-,SingleCellExperiment-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x) > > # tables > region(table(x)) [1] "blobs_labels" > region_key(table(x)) [1] "region" > > # points > instance_key(point(x)) [1] "instance_id" > fk <- feature_key(point(x)) > base::table(point(x)[[fk]]) gene_a gene_b 90 110 > > # transformations > (z <- meta(label(x))) class: SpatialDataAttrs axes(2): - name: y x - type: space space coordTrans(5): - global: (identity) - scale: (scale:[3,2]) - translation: (translation:[-50,10]) - affine: (affine:[[20,10,30],[50,40,60]]) - sequence: (scale:[3,2]), (translation:[-50,10]) datasets(1): 0 - 0: (scale:[1,1]) > CTname(z) [1] "global" "scale" "translation" "affine" "sequence" > CTtype(z) [1] "identity" "scale" "translation" "affine" "sequence" > CTdata(z, "scale") [[1]] [1] 3 [[2]] [1] 2 > > # constructor > SpatialDataAttrs(type="frame") class: SpatialDataAttrs axes(2): - name: x y - type: space space coordTrans(1): - global: (identity) > SpatialDataAttrs(type="array") class: SpatialDataAttrs axes(3): - name: c y x - type: channel space space coordTrans(1): - global: (identity) datasets(1): 0 - 0: (scale:[1,1]) Error in FUN(X[[i]], ...) : subscript out of bounds Calls: <Anonymous> ... unlist -> channels -> channels -> .ch -> unlist -> lapply 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: SpatialDataAttrs > ### Title: The 'SpatialDataAttrs' class > ### Aliases: SpatialDataAttrs region region<- regions regions<- instances > ### instances<- region_key region_key<- feature_key feature_key<- > ### instance_key instance_key<- $,SpatialDataAttrs-method > ### feature_key,SpatialDataPoint-method > ### feature_key,SpatialDataAttrs-method > ### feature_key<-,SpatialDataAttrs,character-method > ### region_key,SingleCellExperiment-method > ### region,SingleCellExperiment-method > ### regions,SingleCellExperiment-method > ### regions<-,SingleCellExperiment,character-method > ### regions<-,SingleCellExperiment,NULL-method instance_key,list-method > ### instance_key,SingleCellExperiment-method > ### instance_key,SpatialDataFrame-method > ### instance_key,SpatialDataLabel-method > ### instance_key<-,SpatialDataAttrs,character-method > ### instance_key<-,SingleCellExperiment,character-method > ### instances,SpatialDataLabel-method instances,SpatialDataPoint-method > ### instances,SpatialDataShape-method > ### instances,SingleCellExperiment-method > ### instances<-,SingleCellExperiment-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x) > > # tables > region(table(x)) [1] "blobs_labels" > region_key(table(x)) [1] "region" > > # points > instance_key(point(x)) [1] "instance_id" > fk <- feature_key(point(x)) > base::table(point(x)[[fk]]) gene_a gene_b 90 110 > > # transformations > (z <- meta(label(x))) class: SpatialDataAttrs axes(2): - name: y x - type: space space coordTrans(5): - global: (identity) - scale: (scale:[3,2]) - translation: (translation:[-50,10]) - affine: (affine:[[20,10,30],[50,40,60]]) - sequence: (scale:[3,2]), (translation:[-50,10]) datasets(1): 0 - 0: (scale:[1,1]) > CTname(z) [1] "global" "scale" "translation" "affine" "sequence" > CTtype(z) [1] "identity" "scale" "translation" "affine" "sequence" > CTdata(z, "scale") [[1]] [1] 3 [[2]] [1] 2 > > # constructor > SpatialDataAttrs(type="frame") class: SpatialDataAttrs axes(2): - name: x y - type: space space coordTrans(1): - global: (identity) > SpatialDataAttrs(type="array") class: SpatialDataAttrs axes(3): - name: c y x - type: channel space space coordTrans(1): - global: (identity) datasets(1): 0 - 0: (scale:[1,1]) Error in FUN(X[[i]], ...) : subscript out of bounds Calls: <Anonymous> ... unlist -> channels -> channels -> .ch -> unlist -> lapply 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: SpatialDataAttrs > ### Title: The 'SpatialDataAttrs' class > ### Aliases: SpatialDataAttrs region region<- regions regions<- instances > ### instances<- region_key region_key<- feature_key feature_key<- > ### instance_key instance_key<- $,SpatialDataAttrs-method > ### feature_key,SpatialDataPoint-method > ### feature_key,SpatialDataAttrs-method > ### feature_key<-,SpatialDataAttrs,character-method > ### region_key,SingleCellExperiment-method > ### region,SingleCellExperiment-method > ### regions,SingleCellExperiment-method > ### regions<-,SingleCellExperiment,character-method > ### regions<-,SingleCellExperiment,NULL-method instance_key,list-method > ### instance_key,SingleCellExperiment-method > ### instance_key,SpatialDataFrame-method > ### instance_key,SpatialDataLabel-method > ### instance_key<-,SpatialDataAttrs,character-method > ### instance_key<-,SingleCellExperiment,character-method > ### instances,SpatialDataLabel-method instances,SpatialDataPoint-method > ### instances,SpatialDataShape-method > ### instances,SingleCellExperiment-method > ### instances<-,SingleCellExperiment-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x) > > # tables > region(table(x)) [1] "blobs_labels" > region_key(table(x)) [1] "region" > > # points > instance_key(point(x)) [1] "instance_id" > fk <- feature_key(point(x)) > base::table(point(x)[[fk]]) gene_a gene_b 90 110 > > # transformations > (z <- meta(label(x))) class: SpatialDataAttrs axes(2): - name: y x - type: space space coordTrans(5): - global: (identity) - scale: (scale:[3,2]) - translation: (translation:[-50,10]) - affine: (affine:[[20,10,30],[50,40,60]]) - sequence: (scale:[3,2]), (translation:[-50,10]) datasets(1): 0 - 0: (scale:[1,1]) > CTname(z) [1] "global" "scale" "translation" "affine" "sequence" > CTtype(z) [1] "identity" "scale" "translation" "affine" "sequence" > CTdata(z, "scale") [[1]] [1] 3 [[2]] [1] 2 > > # constructor > SpatialDataAttrs(type="frame") class: SpatialDataAttrs axes(2): - name: x y - type: space space coordTrans(1): - global: (identity) > SpatialDataAttrs(type="array") class: SpatialDataAttrs axes(3): - name: c y x - type: channel space space coordTrans(1): - global: (identity) datasets(1): 0 - 0: (scale:[1,1]) Error in FUN(X[[i]], ...) : subscript out of bounds Calls: <Anonymous> ... unlist -> channels -> channels -> .ch -> unlist -> lapply 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: SpatialDataAttrs > ### Title: The 'SpatialDataAttrs' class > ### Aliases: SpatialDataAttrs region region<- regions regions<- instances > ### instances<- region_key region_key<- feature_key feature_key<- > ### instance_key instance_key<- $,SpatialDataAttrs-method > ### feature_key,SpatialDataPoint-method > ### feature_key,SpatialDataAttrs-method > ### feature_key<-,SpatialDataAttrs,character-method > ### region_key,SingleCellExperiment-method > ### region,SingleCellExperiment-method > ### regions,SingleCellExperiment-method > ### regions<-,SingleCellExperiment,character-method > ### regions<-,SingleCellExperiment,NULL-method instance_key,list-method > ### instance_key,SingleCellExperiment-method > ### instance_key,SpatialDataFrame-method > ### instance_key,SpatialDataLabel-method > ### instance_key<-,SpatialDataAttrs,character-method > ### instance_key<-,SingleCellExperiment,character-method > ### instances,SpatialDataLabel-method instances,SpatialDataPoint-method > ### instances,SpatialDataShape-method > ### instances,SingleCellExperiment-method > ### instances<-,SingleCellExperiment-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x) > > # tables > region(table(x)) [1] "blobs_labels" > region_key(table(x)) [1] "region" > > # points > instance_key(point(x)) [1] "instance_id" > fk <- feature_key(point(x)) > base::table(point(x)[[fk]]) gene_a gene_b 90 110 > > # transformations > (z <- meta(label(x))) class: SpatialDataAttrs axes(2): - name: y x - type: space space coordTrans(5): - global: (identity) - scale: (scale:[3,2]) - translation: (translation:[-50,10]) - affine: (affine:[[20,10,30],[50,40,60]]) - sequence: (scale:[3,2]), (translation:[-50,10]) datasets(1): 0 - 0: (scale:[1,1]) > CTname(z) [1] "global" "scale" "translation" "affine" "sequence" > CTtype(z) [1] "identity" "scale" "translation" "affine" "sequence" > CTdata(z, "scale") [[1]] [1] 3 [[2]] [1] 2 > > # constructor > SpatialDataAttrs(type="frame") class: SpatialDataAttrs axes(2): - name: x y - type: space space coordTrans(1): - global: (identity) > SpatialDataAttrs(type="array") class: SpatialDataAttrs axes(3): - name: c y x - type: channel space space coordTrans(1): - global: (identity) datasets(1): 0 - 0: (scale:[1,1]) Error in FUN(X[[i]], ...) : subscript out of bounds Calls: <Anonymous> ... unlist -> channels -> channels -> .ch -> unlist -> lapply 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: SpatialDataAttrs > ### Title: The 'SpatialDataAttrs' class > ### Aliases: SpatialDataAttrs region region<- regions regions<- instances > ### instances<- region_key region_key<- feature_key feature_key<- > ### instance_key instance_key<- $,SpatialDataAttrs-method > ### feature_key,SpatialDataPoint-method > ### feature_key,SpatialDataAttrs-method > ### feature_key<-,SpatialDataAttrs,character-method > ### region_key,SingleCellExperiment-method > ### region,SingleCellExperiment-method > ### regions,SingleCellExperiment-method > ### regions<-,SingleCellExperiment,character-method > ### regions<-,SingleCellExperiment,NULL-method instance_key,list-method > ### instance_key,SingleCellExperiment-method > ### instance_key,SpatialDataFrame-method > ### instance_key,SpatialDataLabel-method > ### instance_key<-,SpatialDataAttrs,character-method > ### instance_key<-,SingleCellExperiment,character-method > ### instances,SpatialDataLabel-method instances,SpatialDataPoint-method > ### instances,SpatialDataShape-method > ### instances,SingleCellExperiment-method > ### instances<-,SingleCellExperiment-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x) > > # tables > region(table(x)) [1] "blobs_labels" > region_key(table(x)) [1] "region" > > # points > instance_key(point(x)) [1] "instance_id" > fk <- feature_key(point(x)) > base::table(point(x)[[fk]]) gene_a gene_b 90 110 > > # transformations > (z <- meta(label(x))) class: SpatialDataAttrs axes(2): - name: y x - type: space space coordTrans(5): - global: (identity) - scale: (scale:[3,2]) - translation: (translation:[-50,10]) - affine: (affine:[[20,10,30],[50,40,60]]) - sequence: (scale:[3,2]), (translation:[-50,10]) datasets(1): 0 - 0: (scale:[1,1]) > CTname(z) [1] "global" "scale" "translation" "affine" "sequence" > CTtype(z) [1] "identity" "scale" "translation" "affine" "sequence" > CTdata(z, "scale") [[1]] [1] 3 [[2]] [1] 2 > > # constructor > SpatialDataAttrs(type="frame") class: SpatialDataAttrs axes(2): - name: x y - type: space space coordTrans(1): - global: (identity) > SpatialDataAttrs(type="array") class: SpatialDataAttrs axes(3): - name: c y x - type: channel space space coordTrans(1): - global: (identity) datasets(1): 0 - 0: (scale:[1,1]) Error in FUN(X[[i]], ...) : subscript out of bounds Calls: <Anonymous> ... unlist -> channels -> channels -> .ch -> unlist -> lapply 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: SpatialDataAttrs > ### Title: The 'SpatialDataAttrs' class > ### Aliases: SpatialDataAttrs region region<- regions regions<- instances > ### instances<- region_key region_key<- feature_key feature_key<- > ### instance_key instance_key<- $,SpatialDataAttrs-method > ### feature_key,SpatialDataPoint-method > ### feature_key,SpatialDataAttrs-method > ### feature_key<-,SpatialDataAttrs,character-method > ### region_key,SingleCellExperiment-method > ### region,SingleCellExperiment-method > ### regions,SingleCellExperiment-method > ### regions<-,SingleCellExperiment,character-method > ### regions<-,SingleCellExperiment,NULL-method instance_key,list-method > ### instance_key,SingleCellExperiment-method > ### instance_key,SpatialDataFrame-method > ### instance_key,SpatialDataLabel-method > ### instance_key<-,SpatialDataAttrs,character-method > ### instance_key<-,SingleCellExperiment,character-method > ### instances,SpatialDataLabel-method instances,SpatialDataPoint-method > ### instances,SpatialDataShape-method > ### instances,SingleCellExperiment-method > ### instances<-,SingleCellExperiment-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x) > > # tables > region(table(x)) [1] "blobs_labels" > region_key(table(x)) [1] "region" > > # points > instance_key(point(x)) [1] "instance_id" > fk <- feature_key(point(x)) > base::table(point(x)[[fk]]) gene_a gene_b 90 110 > > # transformations > (z <- meta(label(x))) class: SpatialDataAttrs axes(2): - name: y x - type: space space coordTrans(5): - global: (identity) - scale: (scale:[3,2]) - translation: (translation:[-50,10]) - affine: (affine:[[20,10,30],[50,40,60]]) - sequence: (scale:[3,2]), (translation:[-50,10]) datasets(1): 0 - 0: (scale:[1,1]) > CTname(z) [1] "global" "scale" "translation" "affine" "sequence" > CTtype(z) [1] "identity" "scale" "translation" "affine" "sequence" > CTdata(z, "scale") [[1]] [1] 3 [[2]] [1] 2 > > # constructor > SpatialDataAttrs(type="frame") class: SpatialDataAttrs axes(2): - name: x y - type: space space coordTrans(1): - global: (identity) > SpatialDataAttrs(type="array") class: SpatialDataAttrs axes(3): - name: c y x - type: channel space space coordTrans(1): - global: (identity) datasets(1): 0 - 0: (scale:[1,1]) Error in FUN(X[[i]], ...) : subscript out of bounds Calls: <Anonymous> ... unlist -> channels -> channels -> .ch -> unlist -> lapply 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
5.41 KB
sha256:edb3de29d07fe57600babad061cef0b1d1d47c8529e52f2c8812b0c4a872f7c2
package-linux-devel-x86_64
1.82 MB
sha256:642bb8a94c0c36320e92fb75a9009ba613bc2d9c5c54145c58151491ad026fa1
package-linux-release-x86_64
1.82 MB
sha256:f7f95abbb0b2159e4702477ae1c10d04c1f58db44c84ea9f3cb3815b9b432c04
package-macos-oldrel-arm64
1.82 MB
sha256:ffc685f568dd21212d756b7644d25ec7700df5c8ac7c9d97692ba796b59c1a01
package-macos-release-arm64
1.83 MB
sha256:9600265b0773a3e2e27240a78c846faf7d72d15d2470f9f733ab90f6c75a1f66
package-source
1.4 MB
sha256:3f04e34bf785dc83cda1c95b19c704f5c4d84e639da3d15c04d21e709b03acfa
package-wasm-release
1.67 MB
sha256:7888588430399a30b213f3adcdb81c6cc52f5a315108c850bd48ec9e6fbd5060
package-windows-devel
1.83 MB
sha256:ff59c7ff32afdbbcc1ad686ad4f271fd23574cfd777c355dc57791ac48b90071
package-windows-oldrel
1.83 MB
sha256:9838afc4aa6a96f00a2c9a874d2ac5e6b53c01f6d4a9ea575ccdca724a11f766
package-windows-release
1.83 MB
sha256:ae08da55468d72dc6bbdda05c21a7d880a5e8838bfd4466a6b9fff9f15cbcf44