Package: flownet Type: Package Title: Transport Modeling: Network Processing, Route Enumeration, and Traffic Assignment Version: 0.3.0 Authors@R: c(person("Sebastian", "Krantz", email = "sebastian.krantz@graduateinstitute.ch", role = c("aut", "cre")), person("Kamol", "Roy", role = "ctb")) Description: High-performance tools for transport modeling - network processing, route enumeration, and traffic assignment in R. The package implements the Path-Sized Logit model for traffic assignment - Ben-Akiva and Bierlaire (1999) - an efficient route enumeration algorithm, and provides powerful utility functions for (multimodal) network generation, consolidation/contraction, and/or simplification. The user is expected to provide a transport network (either a graph or collection of linestrings) and an origin-destination (OD) matrix of trade/traffic flows. Maintained by transport consultants at CPCS (cpcs.ca). URL: https://sebkrantz.github.io/flownet/, https://github.com/SebKrantz/flownet BugReports: https://github.com/SebKrantz/flownet/issues License: GPL-3 Encoding: UTF-8 Depends: R (>= 4.1) Imports: collapse (>= 2.1.5), kit (>= 0.0.21), sf (>= 1.0.0), igraph (>= 2.1.4), geodist (>= 0.1.1), leaderCluster (>= 1.5.0), mirai (>= 2.5.2), progress (>= 1.2.3) Suggests: dbscan, fastverse (>= 0.3.4), mapview (>= 2.11.2), RANN, tmap (>= 4.0), testthat (>= 3.0.0), knitr, rmarkdown LazyData: true NeedsCompilation: yes RoxygenNote: 7.3.3 VignetteBuilder: knitr Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libglpk-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://sebkrantz.r-universe.dev Date/Publication: 2026-05-29 15:39:43 UTC RemoteUrl: https://github.com/sebkrantz/flownet RemoteRef: HEAD RemoteSha: f150c139720c2ae4bfd58a00f4fb0ad08d9bba78 Packaged: 2026-07-04 04:17:20 UTC; root Author: Sebastian Krantz [aut, cre], Kamol Roy [ctb] Maintainer: Sebastian Krantz