Package: spaths 1.2.0

Christian Düben
spaths: Shortest Paths Between Points in Grids
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.
Authors:
spaths_1.2.0.tar.gz
spaths_1.2.0.tar.gz(r-4.7-arm64)spaths_1.2.0.tar.gz(r-4.7-x86_64)spaths_1.2.0.tar.gz(r-4.6-arm64)spaths_1.2.0.tar.gz(r-4.6-x86_64)
spaths_1.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
spaths/json (API)
NEWS
| # Install 'spaths' in R: |
| install.packages('spaths', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cdueben/spaths/issues
Last updated from:f10604bbf3. Checks:4 NOTE, 2 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 230 | ||
| linux-devel-x86_64 | NOTE | 210 | ||
| source / vignettes | OK | 330 | ||
| linux-release-arm64 | NOTE | 210 | ||
| linux-release-x86_64 | NOTE | 216 | ||
| wasm-release | OK | 170 |
Exports:max_edgesrnd_locationsshortest_paths
Dependencies:data.tableRcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Maximum number of edges in your grid | max_edges |
| Random location drawing | rnd_locations |
| Shortest paths and/ or distances between locations | shortest_paths |