PR #34 revision/expansion #4
r-universe.yaml
on: pull_request
R-universe testing
/
Build source pkg and vignettes
8m 0s
R-universe testing
/
Build rOpenSci docs site
0s
R-universe testing
/
Bioconductor Checks
4m 39s
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 R-release for Windows
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-oldrel for MacOS
Process completed with exit code 1.
|
|
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 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 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-release for Wasm
Process completed with exit code 1.
|
|
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
|
3.65 KB |
sha256:568391c3d397a56f13a31ab856540b0cdd6044f6758c3b7774f8c3d081235661
|
|
|
package-linux-devel-x86_64
|
4.09 MB |
sha256:ec484ba01c5e67871f9c527734331f5bac6dc91892dd9b60fe25bdaf2989d907
|
|
|
package-linux-release-x86_64
|
4.09 MB |
sha256:837c86d364626274f5bb3ab64fabdc4bfdbf551a5df915565d672b08701c2d17
|
|
|
package-macos-release-arm64
|
4.09 MB |
sha256:9962bb5f4e34f2ca136d33a2938f896b8fd9c0320b1e7465c070cf8bf127106a
|
|
|
package-source
|
3.97 MB |
sha256:7a89480ee7531e2f2fccbca5e4ff48fd270ce020caef51ef7de63da7fd6617b1
|
|
|
package-windows-devel
|
4.09 MB |
sha256:373f849d6da5bdba931d24435e14d101088758249cb26d812fcdaa9d182c0e69
|
|