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.2.0
Imports: tibble, dplyr (≥ 0.8.5), igraph, magrittr, utils, rlang, R6, Rcpp, tools, stats, tidyr, pillar
LinkingTo: Rcpp
Suggests: network, data.tree, ape, graph, methods, testthat, covr, seriation, netrankr, influenceR, NetSwan
Published: 2020-05-12
Author: Thomas Lin Pedersen ORCID iD [cre, aut]
Maintainer: Thomas Lin Pedersen <thomasp85 at gmail.com>
BugReports: https://github.com/thomasp85/tidygraph/issues
License: MIT + file LICENSE
URL: https://tidygraph.data-imaginist.com, https://github.com/thomasp85/tidygraph
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: tidygraph results

Downloads:

Reference manual: tidygraph.pdf
Package source: tidygraph_1.2.0.tar.gz
Windows binaries: r-devel: tidygraph_1.2.0.zip, r-release: tidygraph_1.2.0.zip, r-oldrel: tidygraph_1.2.0.zip
macOS binaries: r-release: tidygraph_1.2.0.tgz, r-oldrel: tidygraph_1.2.0.tgz
Old sources: tidygraph archive

Reverse dependencies:

Reverse depends: ceRNAnetsim, malan
Reverse imports: akc, basket, clustree, clustringr, egor, fastnet, ggdag, ggraph, HCABrowser, HCAExplorer, particles, qgraph, scholar, stminsights, trundler, wordgraph
Reverse suggests: cheatR, dodgr, janitor, multinma, rmangal, see, visNetwork

Linking:

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