Skip to content

eks

Tidy and Geospatial Kernel Smoothing

v1.1.2 · Dec 8, 2025 · GPL-2 | GPL-3

Description

Extensions of the kernel smoothing functions from the 'ks' package for compatibility with the tidyverse and geospatial ecosystems <doi:10.1007/s00180-024-01543-9>.

Downloads

577

Last 30 days

6976th

1.3K

Last 90 days

5.6K

Last year

Trend: +61.2% (30d vs prior 30d)

CRAN Check Status

14 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 27, 2026
ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 20, 2026
ERROR r-devel-windows-x86_64

examples

Running examples in 'eks-Ex.R' failed
The error most likely occurred in:

> ### Name: tidyst_kms
> ### Title: Tidy and geospatial kernel mean shift clustering
> ### Aliases: tidy_kms st_kms
> ### Keywords: smooth
> 
> ### ** Examples
> 
> ## tidy 2-d
...[truncated]...
_sf plot
> gs <- ggplot(s1) + geom_sf(data=wa, fill=NA) + ggthemes::theme_map()
> gs + geom_sf(data=s1$sf, aes(colour=label), alpha=0.5) + 
+     geom_sf(data=s2, aes(fill=label), linetype="dotted", alpha=0.15) + 
+     coord_sf(xlim=xlim, ylim=ylim)
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Dependency Network

Dependencies Reverse dependencies colorspace dplyr geos ggplot2 isoband ks (>= 1.15.0) lwgeom sf eks

Version History

new 1.1.2 Mar 10, 2026
updated 1.1.2 ← 1.1.1 diff Dec 7, 2025
updated 1.1.1 ← 1.1.0 diff Jul 7, 2025
updated 1.1.0 ← 1.0.7 diff May 17, 2025
updated 1.0.7 ← 1.0.6 diff Jan 14, 2025
updated 1.0.6 ← 1.0.5 diff Nov 28, 2024
updated 1.0.5 ← 1.0.4 diff May 1, 2024
updated 1.0.4 ← 1.0.3 diff May 24, 2023
updated 1.0.3 ← 1.0.2 diff Mar 8, 2023
updated 1.0.2 ← 1.0.1 diff Nov 28, 2022
updated 1.0.1 ← 1.0.0 diff Mar 15, 2022
new 1.0.0 Feb 10, 2022