tidygraph: A Tidy API for Graph Manipulation

A graph, while not "tidy" in itself, can be thought of as two tidy data frames describing node and edge data respectively. 'tidygraph' provides an approach to manipulate these two virtual data frames using the API defined in the 'dplyr' package, as well as provides tidy interfaces to a lot of common graph algorithms.

Version: 1.0.0
Imports: tibble, dplyr (≥ 0.7), igraph, magrittr, utils, rlang, R6, Rcpp, tools, stats, tidyr
LinkingTo: Rcpp
Suggests: network, data.tree, ape, graph, methods, testthat, covr
Published: 2017-07-07
Author: Thomas Lin Pedersen
Maintainer: Thomas Lin Pedersen <thomasp85 at gmail.com>
BugReports: https://github.com/thomasp85/tidygraph/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: https://github.com/thomasp85/tidygraph
NeedsCompilation: yes
Materials: README
CRAN checks: tidygraph results

Downloads:

Reference manual: tidygraph.pdf
Package source: tidygraph_1.0.0.tar.gz
Windows binaries: r-devel: tidygraph_1.0.0.zip, r-release: tidygraph_1.0.0.zip, r-oldrel: tidygraph_1.0.0.zip
OS X El Capitan binaries: r-release: tidygraph_1.0.0.tgz
OS X Mavericks binaries: r-oldrel: tidygraph_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=tidygraph to link to this page.