Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 922 Bytes

File metadata and controls

26 lines (17 loc) · 922 Bytes

Shortest Path Algorithms using R (SPR)   Build Status Build status

Overview

Compute shortest paths in a directed graph.

Installation

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).

Authors

Keith O'Hara

License

GPL (>= 2)