teststeststests #90
r-universe.yaml
on: pull_request
R-universe testing
/
Build source pkg and vignettes
5m 4s
R-universe testing
/
Build rOpenSci docs site
R-universe testing
/
Bioconductor Checks
3m 50s
Matrix: R-universe testing / linux
Matrix: R-universe testing / macos
Matrix: R-universe testing / wasm
Matrix: R-universe testing / windows
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’ [39s/39s]
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 1165 ]
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’ [46s/47s]
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 1165 ]
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' [67s]
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 1165 ]
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' [70s]
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 1165 ]
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’ [56s/54s]
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 1165 ]
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 1165 ]
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’ [58s/56s]
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 1165 ]
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
|
5.37 KB |
sha256:177e514c7b1b1120a99f8017895ff9dfd2ec36877a6db482db71376d5408fbc1
|
|
|
package-linux-devel-x86_64
|
1.33 MB |
sha256:92ccfc11655c0349d11c1638b21beed452536defec3150fada84c5fd5ad654c2
|
|
|
package-linux-release-x86_64
|
1.33 MB |
sha256:62ea331fb35bb122dcee8cad445eab304c7b9b470ad2d39b97ab7eb42e9195fe
|
|
|
package-macos-oldrel-arm64
|
1.33 MB |
sha256:d6467b2b32580e103369660ce7f85e4bff3928eacbfa7ba7d65dee22bfdd965d
|
|
|
package-macos-release-arm64
|
1.34 MB |
sha256:45a86f0de46aa5d258515316dcd56c8969d68d3149fc4906bb0b630de3f1f3a0
|
|
|
package-source
|
934 KB |
sha256:856af2669f0f9b5b7ce11313df1ef29193a1e738837eda1b98fd0a8be9215f86
|
|
|
package-wasm-release
|
1.18 MB |
sha256:f7556ac5c7356f8627f2c0f314a57ac802ed2d7eed880c7e1b3ad74c17023a2f
|
|
|
package-windows-devel
|
1.34 MB |
sha256:48da1b3d0d01d5200394e6aefb53ad88529fd782184275d5b59245a4b6f54eb2
|
|
|
package-windows-oldrel
|
1.33 MB |
sha256:b895d7997da389fe2f56533c5c31f957ccfdc87862df0c3449f5da7453c4d908
|
|
|
package-windows-release
|
1.34 MB |
sha256:714833f59df68415a7982c4c8ba7228f7f36755e795ab93a4cd6a0df2a5d04d8
|
|