# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "spopt" in publications use:' type: software license: MIT title: 'spopt: Spatial Optimization for Regionalization, Facility Location, and Market Analysis' version: 0.1.2 doi: 10.32614/CRAN.package.spopt abstract: Implements spatial optimization algorithms across several problem families including contiguity-constrained regionalization, discrete facility location, market share analysis, and least-cost corridor and route optimization over raster cost surfaces. Facility location problems also accept user-supplied network travel-time matrices. Uses a 'Rust' backend via 'extendr' for graph and routing algorithms, and the 'HiGHS' solver via the 'highs' package for facility location mixed-integer programs. Method-level references are provided in the documentation of the individual functions. authors: - family-names: Walker given-names: Kyle email: kyle@walker-data.com repository: https://walkerke.r-universe.dev repository-code: https://github.com/walkerke/spopt-r commit: 5ce043c09b4f05177a97129bd0b1badad7a6b00a url: https://walker-data.com/spopt-r/ date-released: '2026-04-16' contact: - family-names: Walker given-names: Kyle email: kyle@walker-data.com