knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%",
  dev = "svg"
)

options("max.print" = 20)

pathfinder

Travis build status Coverage status

pathfinder provides functions for complex pathfinding within a graph and topology simplification functions.

Installation

You can install the development version:

# install.packages("remotes")
remotes::install_github("cmu-lib/pathfinder")

Context

This package is one of several originally developed by Matthew Lincoln for use by Carnegie Mellon University's "Bridges of Pittsburgh" project:



dSHARP-CMU/pathfinder documentation built on Sept. 11, 2019, 8:54 a.m.