Last updated on 2025-12-04 19:50:17 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.1 | 18.20 | 196.41 | 214.61 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.1 | 13.87 | 138.80 | 152.67 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 142.00 | 220.30 | 362.30 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 105.00 | 258.71 | 363.71 | ERROR | |
| r-devel-windows-x86_64 | 1.1.1 | 20.00 | 196.00 | 216.00 | OK | |
| r-patched-linux-x86_64 | 1.1.1 | 19.66 | 192.89 | 212.55 | OK | |
| r-release-linux-x86_64 | 1.1.1 | 19.26 | 193.09 | 212.35 | OK | |
| r-release-macos-arm64 | 1.1.1 | OK | ||||
| r-release-macos-x86_64 | 1.1.1 | 15.00 | 190.00 | 205.00 | OK | |
| r-release-windows-x86_64 | 1.1.1 | 20.00 | 190.00 | 210.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.1 | 15.00 | 193.00 | 208.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.1 | 30.00 | 234.00 | 264.00 | OK |
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
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.