Package: flowcluster Title: Cluster Origin-Destination Flow Data Version: 0.2.1.9000 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) for more details on spatial clustering of flows. See the paper on delineating demand-responsive operating areas by Mahfouz et al. (2025) for an example of how this package can be used to cluster flows for applied transportation research. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) 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 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://hussein-mahfouz.r-universe.dev Date/Publication: 2025-08-22 08:41:39 UTC RemoteUrl: https://github.com/hussein-mahfouz/flowcluster RemoteRef: HEAD RemoteSha: a7467fff310927e2c71c9b4c7b133f730c469c56 NeedsCompilation: no Packaged: 2026-06-18 08:45:22 UTC; root Author: Hussein Mahfouz [aut, cre] (ORCID: ), Robin Lovelace [aut] (ORCID: ) Maintainer: Hussein Mahfouz