Package: gsClusterDetect Type: Package Title: Utilities for Geo-Spatial Cluster Detection and Significance Classification Version: 1.0.1 Authors@R: c( person("Luke C.", "Mullany", email = "luke.mullany@jhuapl.edu", role = c("aut", "cre")), person("Howard S.", "Burkom", role = "aut") ) Maintainer: Luke C. Mullany, PhD Description: Provides utilities for manipulating time series of location-based counts of events to detect geo-spatial clusters. Significance of these clusters is determined using a set of models that classify based on a learned relationship between observed and the log(observed/expected) ratio of counts. The approach implemented here is similar to prospective space-time estimation of clusters using the scan statistic. URL: https://github.com/lmullany/gsClusterDetect, https://lmullany.github.io/gsClusterDetect/ BugReports: https://github.com/lmullany/gsClusterDetect/issues License: Apache License (>= 2) Encoding: UTF-8 LazyData: true Imports: cli, data.table (>= 1.16.0), sf Depends: R (>= 4.3) Suggests: ggplot2, plotly, tigris, testthat (>= 3.0.0), withr, knitr, rmarkdown Config/testthat/edition: 3 VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://lmullany.r-universe.dev Date/Publication: 2026-06-09 12:36:53 UTC RemoteUrl: https://github.com/lmullany/gsclusterdetect RemoteRef: HEAD RemoteSha: 8a3d28c610e91a431ceda4796eb42cae837148dd NeedsCompilation: no Packaged: 2026-06-09 14:04:45 UTC; root Author: Luke C. Mullany [aut, cre], Howard S. Burkom [aut]