CRAN Package Check Results for Package esviz

Last updated on 2026-05-28 14:53:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.2 27.90 220.78 248.68 ERROR
r-devel-linux-x86_64-debian-gcc 0.0.2 20.59 146.19 166.78 ERROR
r-devel-linux-x86_64-fedora-clang 0.0.2 53.00 375.71 428.71 ERROR
r-devel-linux-x86_64-fedora-gcc 0.0.2 49.00 342.00 391.00 ERROR
r-devel-windows-x86_64 0.0.2 35.00 205.00 240.00 ERROR
r-patched-linux-x86_64 0.0.2 28.28 204.01 232.29 ERROR
r-release-linux-x86_64 0.0.2 29.32 209.68 239.00 ERROR
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.2 34.00 197.00 231.00 ERROR
r-oldrel-macos-arm64 0.0.2 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.2 41.00 264.00 305.00 ERROR

Check Details

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.056 0.113 9.444 VizBoxWhisker 6.346 0.135 7.426 VizEquiMap 6.426 0.054 8.243 VizACC 6.433 0.040 7.813 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 Examples with CPU (user + system) or elapsed time > 5s user system elapsed VizLayout 3.893 0.139 6.155 VizEquiMap 3.321 0.010 5.070 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.871 0.190 7.423 VizEquiMap 6.282 0.080 6.505 VizBoxWhisker 6.291 0.035 6.995 VizACC 6.199 0.098 7.078 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 7.081 0.146 10.759 VizACC 6.321 0.067 10.588 VizEquiMap 6.329 0.053 8.981 VizBoxWhisker 6.022 0.097 8.945 BarPlotCat 3.684 0.089 7.177 Flavor: r-release-linux-x86_64