FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

TraME-Project/Shortest-Path-R: R package for shortest path computation in directed graphs · GitHub

Repository files navigation

Shortest Path Algorithms using R (SPR)  

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

Stars

2 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL