# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "spaths" in publications use:' type: software license: MIT title: 'spaths: Shortest Paths Between Points in Grids' version: 1.1.3 doi: 10.32614/CRAN.package.spaths abstract: Shortest paths between points in grids. Optional barriers and custom transition functions. Applications regarding planet Earth, as well as generally spheres and planes. Optimized for computational performance, customizability, and user friendliness. Graph-theoretical implementation tailored to gridded data. Currently focused on Dijkstra's (1959) algorithm. Future updates broaden the scope to other least cost path algorithms and to centrality measures. authors: - family-names: Düben given-names: Christian email: cdueben.ml+cran@proton.me repository: https://CRAN.R-project.org/package=spaths repository-code: https://github.com/cdueben/spaths url: https://github.com/cdueben/spaths date-released: '2024-07-11' contact: - family-names: Düben given-names: Christian email: cdueben.ml+cran@proton.me