Last updated on 2025-12-06 10:51:22 CET.
| Package | ERROR | OK |
|---|---|---|
| eks | 4 | 9 |
| feature | 13 | |
| ks | 13 | |
| prim | 13 |
Current CRAN status: ERROR: 4, OK: 9
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 3.66 0.341 5.175
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.1
Check: examples
Result: ERROR
Running examples in ‘eks-Ex.R’ failed
The error most likely occurred in:
> ### 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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-oldrel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13