CRAN Package Check Results for Package eks

Last updated on 2025-12-13 10:50:30 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 19.06 197.31 216.37 ERROR
r-devel-linux-x86_64-debian-gcc 1.1.2 13.01 143.07 156.08 OK
r-devel-linux-x86_64-fedora-clang 1.1.2 32.00 288.64 320.64 OK
r-devel-linux-x86_64-fedora-gcc 1.1.2 33.00 333.02 366.02 OK
r-devel-windows-x86_64 1.1.2 20.00 187.00 207.00 OK
r-patched-linux-x86_64 1.1.2 19.23 192.35 211.58 OK
r-release-linux-x86_64 1.1.1 17.65 185.16 202.81 ERROR
r-release-macos-arm64 1.1.2 4.00 54.00 58.00 OK
r-release-macos-x86_64 1.1.2 12.00 224.00 236.00 OK
r-release-windows-x86_64 1.1.2 20.00 189.00 209.00 OK
r-oldrel-macos-arm64 1.1.2 4.00 56.00 60.00 OK
r-oldrel-macos-x86_64 1.1.2 13.00 232.00 245.00 OK
r-oldrel-windows-x86_64 1.1.2 27.00 251.00 278.00 OK

Check Details

Version: 1.1.1
Check: examples
Result: ERROR Running examples in ‘eks-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: tidyst_kdr > ### Title: Tidy and geospatial kernel density ridge estimates > ### Aliases: tidy_kdr st_kdr > ### Keywords: smooth > > ### ** Examples > ## tidy density ridge estimate > library(ggplot2) > > > ## geospatial density ridge estimate > data(wa) > data(grevilleasf) > hakeoides <- dplyr::filter(grevilleasf, species=="hakeoides") > ## gridsize=c(21,21) is for illustrative purposes only > ## remove for more complete KDR > s1 <- st_kdr(hakeoides, gridsize=c(21,21)) > > ## base R plot > xlim <- c(1.2e5, 1.1e6); ylim <- c(6.1e6, 7.2e6) > plot(wa, xlim=xlim, ylim=ylim) > plot(sf::st_geometry(hakeoides), add=TRUE, col=3, pch=16, cex=0.5) > plot(s1, add=TRUE) Error in center_h[i] <- center_h[i - 1] - max_sizes[i - 1]/2 - y_spacing - : replacement has length zero Calls: plot ... <Anonymous> -> <Anonymous> -> do.call -> <Anonymous> Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed tidyst_kde_local_test 4.625 0.263 5.407 tidyst_kde 4.419 0.017 5.696 tidyst_intergrid 3.935 0.032 5.354 Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.1.1
Check: examples
Result: ERROR Running examples in ‘eks-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: tidyst_kdr > ### Title: Tidy and geospatial kernel density ridge estimates > ### Aliases: tidy_kdr st_kdr > ### Keywords: smooth > > ### ** Examples > ## tidy density ridge estimate > library(ggplot2) > > > ## geospatial density ridge estimate > data(wa) > data(grevilleasf) > hakeoides <- dplyr::filter(grevilleasf, species=="hakeoides") > ## gridsize=c(21,21) is for illustrative purposes only > ## remove for more complete KDR > s1 <- st_kdr(hakeoides, gridsize=c(21,21)) > > ## base R plot > xlim <- c(1.2e5, 1.1e6); ylim <- c(6.1e6, 7.2e6) > plot(wa, xlim=xlim, ylim=ylim) > plot(sf::st_geometry(hakeoides), add=TRUE, col=3, pch=16, cex=0.5) > plot(s1, add=TRUE) Error in center_h[i] <- center_h[i - 1] - max_sizes[i - 1]/2 - y_spacing - : replacement has length zero Calls: plot ... <Anonymous> -> <Anonymous> -> do.call -> <Anonymous> Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed tidyst_kde 4.379 0.06 5.05 Flavor: r-release-linux-x86_64