Skip to content

R package for shortest path computation in directed graphs

License

Notifications You must be signed in to change notification settings

TraME-Project/Shortest-Path-R

Repository files navigation

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)

About

R package for shortest path computation in directed graphs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published