Last updated on 2025-12-06 21:49:40 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 | 12.95 | 111.69 | 124.64 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 95.00 | 261.35 | 356.35 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 103.00 | 253.44 | 356.44 | 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 | 27.00 | 240.00 | 267.00 | ERROR |
Version: 1.1.1
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking: 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
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:
> 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
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.1
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
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