Package: stdbscan
Title: Spatio-Temporal DBSCAN Clustering
Version: 0.1.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) <doi:10.1016/j.datak.2006.01.013>.
License: GPL (>= 3)
Depends: R (>= 3.5.0)
Encoding: UTF-8
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
Suggests: knitr, rmarkdown, readr, testthat, ggplot2, lubridate,
        plotly, covr, MetBrewer
VignetteBuilder: knitr
LazyData: true
NeedsCompilation: yes
Packaged: 2026-01-22 18:02:50 UTC; miboraminima
Author: Antoine Le Doeuff [aut, cre] (ORCID:
    <https://orcid.org/0009-0008-8807-3816>)
Maintainer: Antoine Le Doeuff <antoine.ldoeuff@gmail.com>
Repository: CRAN
Date/Publication: 2026-01-27 09:20:08 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2026-02-17 02:01:20 UTC; windows
Archs: x64
