Skip to content

teststeststests

teststeststests #91

Triggered via pull request June 5, 2026 14:13
@HelenaLCHelenaLC
synchronize #235
tests
Status Failure
Total duration 12m 2s
Artifacts 10

r-universe.yaml

on: pull_request
R-universe testing  /  Build source pkg and vignettes
5m 7s
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 24s
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:265-285 [crop] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `.get_multiscale_scale()`: ! could not find function ".get_multiscale_scale" --- Backtrace: ▆ 1. ├─spatialdataR::crop(sd, xy) 2. └─spatialdataR::crop(sd, xy) 3. └─spatialdataR (local) .local(x, y, ...) 4. └─spatialdataR:::.lapplyLayer(...) 5. └─base::lapply(.ls, function(l) lapply(x[[l]], FUN, ...)) 6. └─spatialdataR (local) FUN(X[[i]], ...) 7. └─base::lapply(x[[l]], FUN, ...) 8. └─spatialdataR (local) FUN(X[[i]], ...) 9. ├─spatialdataR::crop(., y, j = j) 10. └─spatialdataR::crop(., y, j = j) 11. └─spatialdataR (local) .local(x, y, ...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'SpatialData.Rmd' failed with diagnostics: could not find function ".get_multiscale_scale" --- failed re-building ‘SpatialData.Rmd’ SUMMARY: processing the following file failed: ‘SpatialData.Rmd’ Error: Vignette re-building failed. Execution halted If this is expected, consider precomputing your vignettes: https://ropensci.org/blog/2019/12/08/precompute-vignettes/
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: centroids > ### Title: Spatial element centroids > ### Aliases: centroids centroids,ANY-method > ### centroids,SpatialDataLabel-method centroids,SpatialDataShape-method > ### centroids,SpatialDataPoint-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x, tables=FALSE) > > centroids(label(x)) Error in .get_multiscale_scale(x) : could not find function ".get_multiscale_scale" Calls: centroids -> centroids -> .local Execution halted Check: tests, Result: ERROR Running ‘testthat.R’ [63s/66s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 12. ├─spatialdataR:::mask_i_by_j(.i, .j, how = how, table = t, ...) 13. └─spatialdataR:::mask_i_by_j(.i, .j, how = how, table = t, ...) 14. └─spatialdataR (local) .local(i, j, ...) ── Error ('test-utils.R:11:5'): centroids,sdLabel ────────────────────────────── Error in `.get_multiscale_scale(x)`: could not find function ".get_multiscale_scale" Backtrace: ▆ 1. ├─spatialdataR::centroids(y, "data.frame") at test-utils.R:11:5 2. └─spatialdataR::centroids(y, "data.frame") 3. └─spatialdataR (local) .local(x, ...) [ FAIL 9 | WARN 0 | SKIP 0 | PASS 1179 ] Error: ! Test failures. Execution halted
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: centroids > ### Title: Spatial element centroids > ### Aliases: centroids centroids,ANY-method > ### centroids,SpatialDataLabel-method centroids,SpatialDataShape-method > ### centroids,SpatialDataPoint-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x, tables=FALSE) > > centroids(label(x)) Error in .get_multiscale_scale(x) : could not find function ".get_multiscale_scale" Calls: centroids -> centroids -> .local Execution halted Check: tests, Result: ERROR Running ‘testthat.R’ [47s/49s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 12. ├─spatialdataR:::mask_i_by_j(.i, .j, how = how, table = t, ...) 13. └─spatialdataR:::mask_i_by_j(.i, .j, how = how, table = t, ...) 14. └─spatialdataR (local) .local(i, j, ...) ── Error ('test-utils.R:11:5'): centroids,sdLabel ────────────────────────────── Error in `.get_multiscale_scale(x)`: could not find function ".get_multiscale_scale" Backtrace: ▆ 1. ├─spatialdataR::centroids(y, "data.frame") at test-utils.R:11:5 2. └─spatialdataR::centroids(y, "data.frame") 3. └─spatialdataR (local) .local(x, ...) [ FAIL 9 | WARN 0 | SKIP 0 | PASS 1179 ] 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: centroids > ### Title: Spatial element centroids > ### Aliases: centroids centroids,ANY-method > ### centroids,SpatialDataLabel-method centroids,SpatialDataShape-method > ### centroids,SpatialDataPoint-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x, tables=FALSE) > > centroids(label(x)) Error in .get_multiscale_scale(x) : could not find function ".get_multiscale_scale" Calls: centroids -> centroids -> .local Execution halted Check: tests, Result: ERROR Running 'testthat.R' [69s] Running the tests in 'tests/testthat.R' failed. Last 13 lines of output: 12. ├─spatialdataR:::mask_i_by_j(.i, .j, how = how, table = t, ...) 13. └─spatialdataR:::mask_i_by_j(.i, .j, how = how, table = t, ...) 14. └─spatialdataR (local) .local(i, j, ...) ── Error ('test-utils.R:11:5'): centroids,sdLabel ────────────────────────────── Error in `.get_multiscale_scale(x)`: could not find function ".get_multiscale_scale" Backtrace: ▆ 1. ├─spatialdataR::centroids(y, "data.frame") at test-utils.R:11:5 2. └─spatialdataR::centroids(y, "data.frame") 3. └─spatialdataR (local) .local(x, ...) [ FAIL 9 | WARN 0 | SKIP 0 | PASS 1179 ] 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: centroids > ### Title: Spatial element centroids > ### Aliases: centroids centroids,ANY-method > ### centroids,SpatialDataLabel-method centroids,SpatialDataShape-method > ### centroids,SpatialDataPoint-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x, tables=FALSE) > > centroids(label(x)) Error in .get_multiscale_scale(x) : could not find function ".get_multiscale_scale" Calls: centroids -> centroids -> .local Execution halted Check: tests, Result: ERROR Running 'testthat.R' [68s] Running the tests in 'tests/testthat.R' failed. Last 13 lines of output: 12. ├─spatialdataR:::mask_i_by_j(.i, .j, how = how, table = t, ...) 13. └─spatialdataR:::mask_i_by_j(.i, .j, how = how, table = t, ...) 14. └─spatialdataR (local) .local(i, j, ...) ── Error ('test-utils.R:11:5'): centroids,sdLabel ────────────────────────────── Error in `.get_multiscale_scale(x)`: could not find function ".get_multiscale_scale" Backtrace: ▆ 1. ├─spatialdataR::centroids(y, "data.frame") at test-utils.R:11:5 2. └─spatialdataR::centroids(y, "data.frame") 3. └─spatialdataR (local) .local(x, ...) [ FAIL 9 | WARN 0 | SKIP 0 | PASS 1179 ] 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: centroids > ### Title: Spatial element centroids > ### Aliases: centroids centroids,ANY-method > ### centroids,SpatialDataLabel-method centroids,SpatialDataShape-method > ### centroids,SpatialDataPoint-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x, tables=FALSE) > > centroids(label(x)) Error in .get_multiscale_scale(x) : could not find function ".get_multiscale_scale" Calls: centroids -> centroids -> .local Execution halted Check: tests, Result: ERROR Running 'testthat.R' [68s] Running the tests in 'tests/testthat.R' failed. Last 13 lines of output: 13. └─spatialdataR:::mask_i_by_j(.i, .j, how = how, table = t, ...) 14. └─spatialdataR (local) .local(i, j, ...) ── Error ('test-utils.R:11:5'): centroids,sdLabel ────────────────────────────── <functionNotFoundError/objectNotFoundError/error/condition> Error in `.get_multiscale_scale(x)`: could not find function ".get_multiscale_scale" Backtrace: ▆ 1. ├─spatialdataR::centroids(y, "data.frame") at test-utils.R:11:5 2. └─spatialdataR::centroids(y, "data.frame") 3. └─spatialdataR (local) .local(x, ...) [ FAIL 9 | WARN 8 | SKIP 0 | PASS 1179 ] 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: centroids > ### Title: Spatial element centroids > ### Aliases: centroids centroids,ANY-method > ### centroids,SpatialDataLabel-method centroids,SpatialDataShape-method > ### centroids,SpatialDataPoint-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x, tables=FALSE) > > centroids(label(x)) Error in .get_multiscale_scale(x) : could not find function ".get_multiscale_scale" Calls: centroids -> centroids -> .local Execution halted Check: tests, Result: ERROR Running ‘testthat.R’ [59s/58s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 13. └─spatialdataR:::mask_i_by_j(.i, .j, how = how, table = t, ...) 14. └─spatialdataR (local) .local(i, j, ...) ── Error ('test-utils.R:11:5'): centroids,sdLabel ────────────────────────────── <functionNotFoundError/objectNotFoundError/error/condition> Error in `.get_multiscale_scale(x)`: could not find function ".get_multiscale_scale" Backtrace: ▆ 1. ├─spatialdataR::centroids(y, "data.frame") at test-utils.R:11:5 2. └─spatialdataR::centroids(y, "data.frame") 3. └─spatialdataR (local) .local(x, ...) [ FAIL 9 | WARN 8 | SKIP 0 | PASS 1179 ] 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: centroids > ### Title: Spatial element centroids > ### Aliases: centroids centroids,ANY-method > ### centroids,SpatialDataLabel-method centroids,SpatialDataShape-method > ### centroids,SpatialDataPoint-method > > ### ** Examples > > x <- file.path("extdata", "blobs.zarr") > x <- system.file(x, package="spatialdataR") > x <- readSpatialData(x, tables=FALSE) > > centroids(label(x)) Error in .get_multiscale_scale(x) : could not find function ".get_multiscale_scale" Calls: centroids -> centroids -> .local Execution halted Check: tests, Result: ERROR Running ‘testthat.R’ [61s/59s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 12. ├─spatialdataR:::mask_i_by_j(.i, .j, how = how, table = t, ...) 13. └─spatialdataR:::mask_i_by_j(.i, .j, how = how, table = t, ...) 14. └─spatialdataR (local) .local(i, j, ...) ── Error ('test-utils.R:11:5'): centroids,sdLabel ────────────────────────────── Error in `.get_multiscale_scale(x)`: could not find function ".get_multiscale_scale" Backtrace: ▆ 1. ├─spatialdataR::centroids(y, "data.frame") at test-utils.R:11:5 2. └─spatialdataR::centroids(y, "data.frame") 3. └─spatialdataR (local) .local(x, ...) [ FAIL 9 | WARN 0 | SKIP 0 | PASS 1179 ] Error: ! Test failures. Execution halted
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-release 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
5.38 KB
sha256:592d0101e371c0e497a138411e65042f0b31f8e9d1cc5d1956d9988b0544b939
package-linux-devel-x86_64 Expired
1.33 MB
sha256:ea3cb1525b7056a71be3f49057c039c4bc6ed286223c27f961fad9a1d39de7fd
package-linux-release-x86_64 Expired
1.33 MB
sha256:80e074247b87f8c5331692556d8bffa4749dd4092d28c5bbb5fccd8237d5d930
package-macos-oldrel-arm64 Expired
1.33 MB
sha256:fb8a2d4be9b3cc972a7a4c83e011399d92fc1b36f91ad866560b40f4461bfadd
package-macos-release-arm64 Expired
1.34 MB
sha256:b5c92865930b7e75ee3b3ebd2bd5e580dcb728fd54f2ec1ec472a30a6886ea3d
package-source Expired
934 KB
sha256:78ec9af680303be58d37607416be3fc973ffd9bde72ddfdf30ee836611d9643b
package-wasm-release Expired
1.18 MB
sha256:d229ee392e2048801e268fe9f890e1f4567d22aeefbd30ea6c821c149d1c47af
package-windows-devel Expired
1.34 MB
sha256:f92d3c2e612ca6de3eb6b94bac8c1af92bedd006837c22f1324825dd96e5f1a4
package-windows-oldrel Expired
1.33 MB
sha256:f1432241f8b13b717412f8f91e279728015b9185d978231f4b01ee9f61802337
package-windows-release Expired
1.34 MB
sha256:56a8b12089132295e3c298236b714e29f7527e358522d9bfe3eb048f3fbb4b7e