Skip to content

spaths

Shortest Paths Between Points in Grids

v1.2.0 · Apr 3, 2025 · MIT + file LICENSE

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.

Downloads

219

Last 30 days

20946th

749

Last 90 days

3.5K

Last year

Trend: -8% (30d vs prior 30d)

CRAN Check Status

4 ERROR
2 NOTE
8 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang NOTE
r-devel-linux-x86_64-fedora-gcc NOTE
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 ERROR
r-oldrel-macos-x86_64 ERROR
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 ERROR
r-release-macos-x86_64 ERROR
r-release-windows-x86_64 OK
Check details (6 non-OK)
NOTE r-devel-linux-x86_64-fedora-clang

dependencies in R code

Namespaces in Imports field not imported from:
  ‘Rcpp’ ‘base’ ‘utils’
  All declared Imports should be used.
NOTE r-devel-linux-x86_64-fedora-gcc

dependencies in R code

Namespaces in Imports field not imported from:
  ‘Rcpp’ ‘base’ ‘utils’
  All declared Imports should be used.
ERROR r-oldrel-macos-arm64

whether package can be installed

Installation failed.
See ‘/Volumes/Builds/packages/big-sur-arm64/results/4.4/spaths.Rcheck/00install.out’ for details.
ERROR r-oldrel-macos-x86_64

whether package can be installed

Installation failed.
See ‘/Volumes/Builds/packages/big-sur-x86_64/results/4.4/spaths.Rcheck/00install.out’ for details.
ERROR r-release-macos-arm64

whether package can be installed

Installation failed.
See ‘/Volumes/Builds/packages/big-sur-arm64/results/4.5/spaths.Rcheck/00install.out’ for details.
ERROR r-release-macos-x86_64

whether package can be installed

Installation failed.
See ‘/Volumes/Builds/packages/big-sur-x86_64/results/4.5/spaths.Rcheck/00install.out’ for details.

Check History

ERROR 8 OK · 2 NOTE · 0 WARNING · 4 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-fedora-clang

dependencies in R code

Namespaces in Imports field not imported from:
  ‘Rcpp’ ‘base’ ‘utils’
  All declared Imports should be used.
NOTE r-devel-linux-x86_64-fedora-gcc

dependencies in R code

Namespaces in Imports field not imported from:
  ‘Rcpp’ ‘base’ ‘utils’
  All declared Imports should be used.
ERROR r-release-macos-arm64

whether package can be installed

Installation failed.
See ‘/Volumes/Builds/packages/big-sur-arm64/results/4.5/spaths.Rcheck/00install.out’ for details.
ERROR r-release-macos-x86_64

whether package can be installed

Installation failed.
See ‘/Volumes/Builds/packages/big-sur-x86_64/results/4.5/spaths.Rcheck/00install.out’ for details.
ERROR r-oldrel-macos-arm64

whether package can be installed

Installation failed.
See ‘/Volumes/Builds/packages/big-sur-arm64/results/4.4/spaths.Rcheck/00install.out’ for details.
ERROR r-oldrel-macos-x86_64

whether package can be installed

Installation failed.
See ‘/Volumes/Builds/packages/big-sur-x86_64/results/4.4/spaths.Rcheck/00install.out’ for details.

Dependency Network

Dependencies Reverse dependencies Rcpp data.table spaths

Version History

new 1.2.0 Mar 10, 2026
updated 1.2.0 ← 1.1.3 diff Apr 3, 2025
updated 1.1.3 ← 1.1.2 diff Jul 10, 2024
updated 1.1.2 ← 1.1.1 diff May 30, 2024
updated 1.1.1 ← 1.1.0 diff May 24, 2024
new 1.1.0 Apr 8, 2024