Package: spaths 1.1.3

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:Christian Düben [aut, cre]

spaths_1.1.3.tar.gz
spaths_1.1.3.zip(r-4.5)spaths_1.1.3.zip(r-4.4)spaths_1.1.3.zip(r-4.3)

spaths_1.1.3.tar.gz(r-4.5-noble)spaths_1.1.3.tar.gz(r-4.4-noble)
spaths_1.1.3.tgz(r-4.4-emscripten)spaths_1.1.3.tgz(r-4.3-emscripten)
spaths.pdf |spaths.html
spaths/json (API)
NEWS

# Install 'spaths' in R:
install.packages('spaths', repos = c('https://cdueben.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/cdueben/spaths/issues

Uses libs:
  • c++– GNU Standard C++ Library v3
  • openmp– GCC OpenMP (GOMP) support library

On CRAN:

2 exports 3 stars 1.40 score 2 dependencies 4 scripts 289 downloads

Last updated 2 months agofrom:81b81499bc. Checks:OK: 1 NOTE: 4. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 10 2024
R-4.5-win-x86_64NOTESep 10 2024
R-4.5-linux-x86_64NOTESep 10 2024
R-4.4-win-x86_64NOTESep 10 2024
R-4.3-win-x86_64NOTESep 10 2024

Exports:rnd_locationsshortest_paths

Dependencies:data.tableRcpp

Introduction to spaths

Rendered fromspaths_introduction.Rmdusingknitr::rmarkdownon Sep 10 2024.

Last update: 2024-04-10
Started: 2022-08-31