Package: flowcluster
Title: Cluster Origin-Destination Flow Data
Version: 0.2.1
Authors@R: c(
    person("Hussein", "Mahfouz", email = "husseinmahfouz93@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-1706-7802")),
    person("Robin", "Lovelace", email = "rob00x@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0001-5679-6536"))
  )
Description: Provides functionality for clustering
    origin-destination (OD) pairs, representing desire lines (or flows).
    This includes creating distance matrices between OD pairs and passing
    distance matrices to a clustering algorithm. See the academic paper 
    Tao and Thill (2016) <doi:10.1111/gean.12100>
    for more details on spatial clustering of flows.
    See the paper on delineating demand-responsive operating areas
    by Mahfouz et al. (2025) <doi:10.1016/j.urbmob.2025.100135>
    for an example of how this package can be used to cluster flows for
    applied transportation research.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://hussein-mahfouz.github.io/flowcluster/,
        https://github.com/hussein-mahfouz/flowcluster
Depends: R (>= 4.1.0)
Imports: sf, dbscan, dplyr, glue, lwgeom, purrr, rlang, tibble, units,
        tidyr, tidyselect
LazyData: true
Suggests: testthat (>= 3.0.0), tmap
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-08-21 09:26:07 UTC; hussein
Author: Hussein Mahfouz [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-1706-7802>),
  Robin Lovelace [aut] (ORCID: <https://orcid.org/0000-0001-5679-6536>)
Maintainer: Hussein Mahfouz <husseinmahfouz93@gmail.com>
Repository: CRAN
Date/Publication: 2025-08-21 09:40:11 UTC
Built: R 4.6.0; ; 2025-10-11 03:13:48 UTC; windows
