Compute shortest paths in a directed graph.
To install the package, run:
install.packages("devtools")
library(devtools)
install_github("TraME-Project/Shortest-Path-R")
Note that SPR requires compilation, and so an appropriate development environment is necessary to install the package.
- For Windows users, get Rtools.
- For Mac users, get Xcode and the requisite R build tool (clang4 and gfortran6).
Keith O'Hara
GPL (>= 2)