The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-05-15 23:51:39 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.2 | 27.78 | 221.86 | 249.64 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.0.2 | 18.82 | 150.34 | 169.16 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0.2 | 53.00 | 370.33 | 423.33 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 50.00 | 359.88 | 409.88 | ERROR | |
| r-devel-windows-x86_64 | 0.0.2 | 29.00 | 193.00 | 222.00 | ERROR | |
| r-patched-linux-x86_64 | 0.0.2 | 29.14 | 206.05 | 235.19 | ERROR | |
| r-release-linux-x86_64 | 0.0.2 | 26.34 | 206.30 | 232.64 | ERROR | |
| r-release-macos-arm64 | 0.0.2 | 7.00 | 47.00 | 54.00 | OK | |
| r-release-macos-x86_64 | 0.0.2 | 19.00 | 199.00 | 218.00 | OK | |
| r-release-windows-x86_64 | 0.0.2 | 31.00 | 213.00 | 244.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.0.2 | 7.00 | 50.00 | 57.00 | OK | |
| r-oldrel-macos-x86_64 | 0.0.2 | 19.00 | 329.00 | 348.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.2 | 40.00 | 256.00 | 296.00 | ERROR |
Version: 0.0.2
Check: R code for possible problems
Result: NOTE
.polygonize: no visible global function definition for ‘%>%’
.shapetomask: no visible global function definition for ‘%>%’
ShapeToMask: no visible global function definition for ‘%>%’
VizRobinson: no visible global function definition for ‘%>%’
VizScorecard: no visible global function definition for ‘%>%’
Undefined global functions or variables:
%>%
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.0.2
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 lonlat_df %>% dplyr::mutate(dat = as.vector(data)) :
could not find function "%>%"
Calls: VizRobinson
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
VizLayout 7.110 0.087 10.970
VizACC 6.465 0.114 9.226
VizEquiMap 6.506 0.060 9.915
VizBoxWhisker 6.263 0.007 8.430
BarPlotCat 3.685 0.288 6.128
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.0.2
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 lonlat_df %>% dplyr::mutate(dat = as.vector(data)) :
could not find function "%>%"
Calls: VizRobinson
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0.2
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 lonlat_df %>% dplyr::mutate(dat = as.vector(data)) :
could not find function "%>%"
Calls: VizRobinson
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.0.2
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 lonlat_df %>% dplyr::mutate(dat = as.vector(data)) :
could not find function "%>%"
Calls: VizRobinson
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
VizLayout 6.787 0.114 7.843
VizACC 6.253 0.083 6.549
VizEquiMap 6.168 0.007 6.573
VizBoxWhisker 6.131 0.005 6.296
Flavor: r-patched-linux-x86_64
Version: 0.0.2
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 lonlat_df %>% dplyr::mutate(dat = as.vector(data)) :
could not find function "%>%"
Calls: VizRobinson
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
VizLayout 6.805 0.157 7.888
VizEquiMap 6.282 0.028 7.826
VizACC 6.091 0.103 6.851
VizBoxWhisker 6.147 0.018 7.888
Flavor: r-release-linux-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.