PR #34 revision/expansion #3
r-universe.yaml
on: pull_request
R-universe testing
/
Build source pkg and vignettes
7m 43s
R-universe testing
/
Build rOpenSci docs site
0s
R-universe testing
/
Bioconductor Checks
4m 42s
Matrix: R-universe testing / linux
Matrix: R-universe testing / macos
Matrix: R-universe testing / wasm
Matrix: R-universe testing / windows
Annotations
7 errors and 3 notices
|
R-universe testing / Build R-oldrel for MacOS
Process completed with exit code 1.
|
|
R-universe testing / Build R-oldrel for Windows
Process completed with exit code 1.
|
|
R-universe testing / Build R-release for Windows:
SpatialData.plot#L0
Check: examples, Result: ERROR
Running examples in 'SpatialData.plot-Ex.R' failed
The error most likely occurred in:
> ### Name: plotLabel
> ### Title: 'SpatialData' label viz.
> ### Aliases: plotLabel
>
> ### ** Examples
>
> x <- system.file("extdata", "blobs.zarr", package="spatialdataR")
> x <- readSpatialData(x)
>
> i <- "blobs_labels"
> p <- plotSpatialData()
>
> # simple binary image
> p + plotLabel(x, i)
>
> # mock up some extra data
> t <- getTable(x, i)
> t$id <- sample(letters, ncol(t))
> table(x) <- t
>
> # coloring by 'colData'
> n <- length(unique(t$id))
>
> # pal <- hcl.colors(n, "Spectral")
> pal_d <- hcl.colors(10, "Spectral")
> p + plotLabel(x, i, c="id", pal=pal_d)
>
> # coloring by 'assay' data
> p + plotLabel(x, i, c="channel_1_sum")
Error in `colour_ramp()`:
! Must provide at least one colour to create a colour ramp
Backtrace:
▆
1. ├─SpatialData.plot::plotLabel(x, i, c = "channel_1_sum")
2. └─SpatialData.plot::plotLabel(x, i, c = "channel_1_sum")
3. └─SpatialData.plot (local) .local(x, ...)
4. └─ggplot2::scale_fill_gradientn(c, colors = pal, na.value = nan)
5. ├─ggplot2::continuous_scale(...)
6. │ └─ggplot2:::validate_fallback_palette(...)
7. └─scales::pal_gradient_n(colours, values, space)
8. └─scales::colour_ramp(colours)
9. └─cli::cli_abort("Must provide at least one colour to create a colour ramp")
10. └─rlang::abort(...)
Execution halted
|
|
R-universe testing / Build R-devel for Windows:
SpatialData.plot#L0
Check: examples, Result: ERROR
Running examples in 'SpatialData.plot-Ex.R' failed
The error most likely occurred in:
> ### Name: plotLabel
> ### Title: 'SpatialData' label viz.
> ### Aliases: plotLabel
>
> ### ** Examples
>
> x <- system.file("extdata", "blobs.zarr", package="spatialdataR")
> x <- readSpatialData(x)
>
> i <- "blobs_labels"
> p <- plotSpatialData()
>
> # simple binary image
> p + plotLabel(x, i)
>
> # mock up some extra data
> t <- getTable(x, i)
> t$id <- sample(letters, ncol(t))
> table(x) <- t
>
> # coloring by 'colData'
> n <- length(unique(t$id))
>
> # pal <- hcl.colors(n, "Spectral")
> pal_d <- hcl.colors(10, "Spectral")
> p + plotLabel(x, i, c="id", pal=pal_d)
>
> # coloring by 'assay' data
> p + plotLabel(x, i, c="channel_1_sum")
Error in `colour_ramp()`:
! Must provide at least one colour to create a colour ramp
Backtrace:
▆
1. ├─SpatialData.plot::plotLabel(x, i, c = "channel_1_sum")
2. └─SpatialData.plot::plotLabel(x, i, c = "channel_1_sum")
3. └─SpatialData.plot (local) .local(x, ...)
4. └─ggplot2::scale_fill_gradientn(c, colors = pal, na.value = nan)
5. ├─ggplot2::continuous_scale(...)
6. │ └─ggplot2:::validate_fallback_palette(...)
7. └─scales::pal_gradient_n(colours, values, space)
8. └─scales::colour_ramp(colours)
9. └─cli::cli_abort("Must provide at least one colour to create a colour ramp")
10. └─rlang::abort(...)
Execution halted
|
|
R-universe testing / Build R-release for MacOS:
SpatialData.plot#L0
Check: examples, Result: ERROR
Running examples in ‘SpatialData.plot-Ex.R’ failed
The error most likely occurred in:
> ### Name: plotLabel
> ### Title: 'SpatialData' label viz.
> ### Aliases: plotLabel
>
> ### ** Examples
>
> x <- system.file("extdata", "blobs.zarr", package="spatialdataR")
> x <- readSpatialData(x)
>
> i <- "blobs_labels"
> p <- plotSpatialData()
>
> # simple binary image
> p + plotLabel(x, i)
>
> # mock up some extra data
> t <- getTable(x, i)
> t$id <- sample(letters, ncol(t))
> table(x) <- t
>
> # coloring by 'colData'
> n <- length(unique(t$id))
>
> # pal <- hcl.colors(n, "Spectral")
> pal_d <- hcl.colors(10, "Spectral")
> p + plotLabel(x, i, c="id", pal=pal_d)
>
> # coloring by 'assay' data
> p + plotLabel(x, i, c="channel_1_sum")
Error in `colour_ramp()`:
! Must provide at least one colour to create a colour ramp
Backtrace:
▆
1. ├─SpatialData.plot::plotLabel(x, i, c = "channel_1_sum")
2. └─SpatialData.plot::plotLabel(x, i, c = "channel_1_sum")
3. └─SpatialData.plot (local) .local(x, ...)
4. └─ggplot2::scale_fill_gradientn(c, colors = pal, na.value = nan)
5. ├─ggplot2::continuous_scale(...)
6. │ └─ggplot2:::validate_fallback_palette(...)
7. └─scales::pal_gradient_n(colours, values, space)
8. └─scales::colour_ramp(colours)
9. └─cli::cli_abort("Must provide at least one colour to create a colour ramp")
10. └─rlang::abort(...)
Execution halted
|
|
R-universe testing / Build R-devel for Linux:
SpatialData.plot#L0
Check: examples, Result: ERROR
Running examples in ‘SpatialData.plot-Ex.R’ failed
The error most likely occurred in:
> ### Name: plotLabel
> ### Title: 'SpatialData' label viz.
> ### Aliases: plotLabel
>
> ### ** Examples
>
> x <- system.file("extdata", "blobs.zarr", package="spatialdataR")
> x <- readSpatialData(x)
>
> i <- "blobs_labels"
> p <- plotSpatialData()
>
> # simple binary image
> p + plotLabel(x, i)
>
> # mock up some extra data
> t <- getTable(x, i)
> t$id <- sample(letters, ncol(t))
> table(x) <- t
>
> # coloring by 'colData'
> n <- length(unique(t$id))
>
> # pal <- hcl.colors(n, "Spectral")
> pal_d <- hcl.colors(10, "Spectral")
> p + plotLabel(x, i, c="id", pal=pal_d)
>
> # coloring by 'assay' data
> p + plotLabel(x, i, c="channel_1_sum")
Error in `colour_ramp()`:
! Must provide at least one colour to create a colour ramp
Backtrace:
▆
1. ├─SpatialData.plot::plotLabel(x, i, c = "channel_1_sum")
2. └─SpatialData.plot::plotLabel(x, i, c = "channel_1_sum")
3. └─SpatialData.plot (local) .local(x, ...)
4. └─ggplot2::scale_fill_gradientn(c, colors = pal, na.value = nan)
5. ├─ggplot2::continuous_scale(...)
6. │ └─ggplot2:::validate_fallback_palette(...)
7. └─scales::pal_gradient_n(colours, values, space)
8. └─scales::colour_ramp(colours)
9. └─cli::cli_abort("Must provide at least one colour to create a colour ramp")
10. └─rlang::abort(...)
Execution halted
|
|
R-universe testing / Build R-release for Linux:
SpatialData.plot#L0
Check: examples, Result: ERROR
Running examples in ‘SpatialData.plot-Ex.R’ failed
The error most likely occurred in:
> ### Name: plotLabel
> ### Title: 'SpatialData' label viz.
> ### Aliases: plotLabel
>
> ### ** Examples
>
> x <- system.file("extdata", "blobs.zarr", package="spatialdataR")
> x <- readSpatialData(x)
>
> i <- "blobs_labels"
> p <- plotSpatialData()
>
> # simple binary image
> p + plotLabel(x, i)
>
> # mock up some extra data
> t <- getTable(x, i)
> t$id <- sample(letters, ncol(t))
> table(x) <- t
>
> # coloring by 'colData'
> n <- length(unique(t$id))
>
> # pal <- hcl.colors(n, "Spectral")
> pal_d <- hcl.colors(10, "Spectral")
> p + plotLabel(x, i, c="id", pal=pal_d)
>
> # coloring by 'assay' data
> p + plotLabel(x, i, c="channel_1_sum")
Error in `colour_ramp()`:
! Must provide at least one colour to create a colour ramp
Backtrace:
▆
1. ├─SpatialData.plot::plotLabel(x, i, c = "channel_1_sum")
2. └─SpatialData.plot::plotLabel(x, i, c = "channel_1_sum")
3. └─SpatialData.plot (local) .local(x, ...)
4. └─ggplot2::scale_fill_gradientn(c, colors = pal, na.value = nan)
5. ├─ggplot2::continuous_scale(...)
6. │ └─ggplot2:::validate_fallback_palette(...)
7. └─scales::pal_gradient_n(colours, values, space)
8. └─scales::colour_ramp(colours)
9. └─cli::cli_abort("Must provide at least one colour to create a colour ramp")
10. └─rlang::abort(...)
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
|
3.65 KB |
sha256:7b3a045b1cf80469a6a4fa2f8eb4091b289b48eb5ee3fbc5bc45d13d0156ce6f
|
|
|
package-linux-devel-x86_64
|
4.09 MB |
sha256:7fd3045585c7b6403fb37feee0365a137ade1838dc0d14048cbb9a6a4b5466ad
|
|
|
package-linux-release-x86_64
|
4.09 MB |
sha256:ada44d5fba3ecf5998fe481075d199962417ca362a0a9327fdd5e239a0b32772
|
|
|
package-macos-release-arm64
|
4.09 MB |
sha256:da4e317ec706fcd22f95ed6793ad75ebd2ce2a124535af63cb2f217f900998a7
|
|
|
package-source
|
3.97 MB |
sha256:613a25ae970dc363ff2bc92cbf216048c1c410aa52cd00e2084c9a72a1f13d19
|
|
|
package-wasm-release
|
4.04 MB |
sha256:10a20bd6d8867fee1a7561015c3573e4ca36cec72acf326f5a543a4043dc08e0
|
|
|
package-windows-devel
|
4.1 MB |
sha256:ca909b2e24fac35146d361ccb52b97f1b5a394fb30ecc1650ac3ba16a7c52013
|
|
|
package-windows-release
|
4.1 MB |
sha256:16cab793d8570f0cfec7a1e99d30b869b9756ba8712bbd37187e0be2b37e7362
|
|