Package: stdbscan Title: Spatio-Temporal DBSCAN Clustering Version: 0.2.0 Authors@R: person("Antoine", "Le Doeuff", , "antoine.ldoeuff@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0009-0008-8807-3816")) Description: Implements the ST-DBSCAN (spatio-temporal density-based spatial clustering of applications with noise) clustering algorithm for detecting spatially and temporally dense regions in point data, with a fast C++ backend via 'Rcpp'. Birant and Kut (2007) . License: GPL (>= 3) Depends: R (>= 3.5.0) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://github.com/MiboraMinima/stdbscan/, https://miboraminima.github.io/stdbscan/ BugReports: https://github.com/MiboraMinima/stdbscan/issues/ LinkingTo: Rcpp Imports: Rcpp, dbscan Suggests: knitr, rmarkdown, readr, testthat, ggplot2, plotly, covr, MetBrewer VignetteBuilder: knitr LazyData: true Repository: https://miboraminima.r-universe.dev Date/Publication: 2026-03-14 15:52:45 UTC RemoteUrl: https://github.com/miboraminima/stdbscan RemoteRef: HEAD RemoteSha: 39edda6ce290737470ccab26899b941778eb51cc NeedsCompilation: yes Packaged: 2026-07-12 06:24:14 UTC; root Author: Antoine Le Doeuff [aut, cre] (ORCID: ) Maintainer: Antoine Le Doeuff