Package: spaths
Type: Package
Title: Shortest Paths Between Points in Grids
Version: 1.2.0
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) <doi:10.1007/BF01386390> 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
NeedsCompilation: yes
Packaged: 2025-04-04 04:28:20 UTC; Christian
Author: Christian Düben [aut, cre]
Maintainer: Christian Düben <cdueben.ml+cran@proton.me>
Repository: CRAN
Date/Publication: 2025-04-04 05:10:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-11-02 03:02:52 UTC; windows
Archs: x64
