Last updated on 2026-09-05 08:51:49 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.3 | 31.12 | 225.95 | 257.07 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.0.3 | 17.62 | 148.85 | 166.47 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.4 | 21.00 | 147.91 | 168.91 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.4 | 19.00 | 137.04 | 156.04 | OK | |
| r-devel-windows-x86_64 | 0.0.3 | 31.00 | 205.00 | 236.00 | ERROR | |
| r-patched-linux-x86_64 | 0.0.3 | 27.69 | 218.51 | 246.20 | OK | |
| r-release-linux-x86_64 | 0.0.3 | 27.88 | 220.03 | 247.91 | OK | |
| r-release-macos-arm64 | 0.0.3 | 7.00 | 57.00 | 64.00 | OK | |
| r-release-macos-x86_64 | 0.0.3 | 20.00 | 337.00 | 357.00 | OK | |
| r-release-windows-x86_64 | 0.0.3 | 29.00 | 214.00 | 243.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.3 | 7.00 | 54.00 | 61.00 | OK | |
| r-oldrel-macos-x86_64 | 0.0.3 | 19.00 | 231.00 | 250.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.3 | 43.00 | 282.00 | 325.00 | OK |
Version: 0.0.3
Check: examples
Result: ERROR
Running examples in ‘esviz-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: VizRobinson
> ### Title: Plot map in Robinson or other projections
> ### Aliases: VizRobinson
>
> ### ** Examples
>
> data <- array(rep(seq(-10, 10, length.out = 181), 360) + rnorm(360),
+ dim = c(lat = 181, lon = 360))
> dots <- data
> dots[which(dots < 4 & dots > -4)] <- 0
> dots[which(dots != 0)] <- 1
> VizRobinson(data, lon = 0:359, lat = -90:90, dots = dots,
+ brks = seq(-10, 10, length.out = 11), drawleg = FALSE,
+ toptitle = 'synthetic example', vertical = FALSE,
+ caption = 'Robinson Projection',
+ bar_extra_margin = c(0, 1, 0, 1), width = 8, height = 6)
Error in ClimProjDiags::Subset(data, along = lat_dim, indices = seq(length(lat), :
The input array 'x' doesn't have labels for the dimensions but the parameter 'along' contains dimension names.
Calls: VizRobinson -> <Anonymous>
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
VizLayout 7.052 0.056 7.595
VizACC 6.580 0.066 7.545
VizEquiMap 6.484 0.017 8.537
VizBoxWhisker 6.375 0.071 7.310
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.0.3
Check: examples
Result: ERROR
Running examples in ‘esviz-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: VizRobinson
> ### Title: Plot map in Robinson or other projections
> ### Aliases: VizRobinson
>
> ### ** Examples
>
> data <- array(rep(seq(-10, 10, length.out = 181), 360) + rnorm(360),
+ dim = c(lat = 181, lon = 360))
> dots <- data
> dots[which(dots < 4 & dots > -4)] <- 0
> dots[which(dots != 0)] <- 1
> VizRobinson(data, lon = 0:359, lat = -90:90, dots = dots,
+ brks = seq(-10, 10, length.out = 11), drawleg = FALSE,
+ toptitle = 'synthetic example', vertical = FALSE,
+ caption = 'Robinson Projection',
+ bar_extra_margin = c(0, 1, 0, 1), width = 8, height = 6)
Error in ClimProjDiags::Subset(data, along = lat_dim, indices = seq(length(lat), :
The input array 'x' doesn't have labels for the dimensions but the parameter 'along' contains dimension names.
Calls: VizRobinson -> <Anonymous>
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0.3
Check: examples
Result: ERROR
Running examples in 'esviz-Ex.R' failed
The error most likely occurred in:
> ### Name: VizRobinson
> ### Title: Plot map in Robinson or other projections
> ### Aliases: VizRobinson
>
> ### ** Examples
>
> data <- array(rep(seq(-10, 10, length.out = 181), 360) + rnorm(360),
+ dim = c(lat = 181, lon = 360))
> dots <- data
> dots[which(dots < 4 & dots > -4)] <- 0
> dots[which(dots != 0)] <- 1
> VizRobinson(data, lon = 0:359, lat = -90:90, dots = dots,
+ brks = seq(-10, 10, length.out = 11), drawleg = FALSE,
+ toptitle = 'synthetic example', vertical = FALSE,
+ caption = 'Robinson Projection',
+ bar_extra_margin = c(0, 1, 0, 1), width = 8, height = 6)
Error in ClimProjDiags::Subset(data, along = lat_dim, indices = seq(length(lat), :
The input array 'x' doesn't have labels for the dimensions but the parameter 'along' contains dimension names.
Calls: VizRobinson -> <Anonymous>
Execution halted
Flavor: r-devel-windows-x86_64