Package: spaths Type: Package Title: Shortest Paths Between Points in Grids Version: 1.1.5 Authors@R: person("Christian", "Düben", email = "cdueben.ml+cran@proton.me", role = c("aut", "cre")) Description: 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. License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/cdueben/spaths BugReports: https://github.com/cdueben/spaths/issues Imports: base (>= 4.0.0), Rcpp (>= 1.0.9), data.table, parallel, stats, utils LinkingTo: Rcpp Suggests: terra, knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr RoxygenNote: 7.3.2 Config/testthat/edition: 3 Repository: https://cdueben.r-universe.dev Date/Publication: 2025-04-03 07:24:40 UTC RemoteUrl: https://github.com/cdueben/spaths RemoteRef: HEAD RemoteSha: 7954a717ac26e4cf37839f10060f65816c9ef40a NeedsCompilation: yes Packaged: 2026-07-04 09:26:21 UTC; root Author: Christian Düben [aut, cre] Maintainer: Christian Düben