CRAN

dodgr 0.2.0

Distances on Directed Graphs

Released Jun 5, 2019 by Mark Padgham

This package cannot yet be used with Renjin it depends on other packages which are not available: callr 3.2.0, RcppParallel 4.4.3, and osmdata 0.1.1 An older version of this package is more compatible with Renjin.

Dependencies

RcppParallel 4.4.3 osmdata 0.1.1 callr 3.2.0 digest 0.6.19 magrittr 1.5 rbenchmark 1.0.0 igraph 1.2.4.1 Rcpp

Distances on dual-weighted directed graphs using priority-queue shortest paths (Padgham (2019) ). Weighted directed graphs have weights from A to B which may differ from those from B to A. Dual-weighted directed graphs have two sets of such weights. A canonical example is a street network to be used for routing in which routes are calculated by weighting distances according to the type of way and mode of transport, yet lengths of routes must be calculated from direct distances.

Source

R
C
C++

View GitHub Mirror

Release History