Type: Package Package: tidygraph Title: A Tidy API for Graph Manipulation Version: 1.3.1.9000 Authors@R: person("Thomas Lin", "Pedersen", , "thomasp85@gmail.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-5147-4711")) Maintainer: Thomas Lin Pedersen Description: 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. License: MIT + file LICENSE URL: https://tidygraph.data-imaginist.com, https://github.com/thomasp85/tidygraph BugReports: https://github.com/thomasp85/tidygraph/issues Imports: cli, dplyr (>= 0.8.5), igraph (>= 2.0.0), lifecycle, magrittr, pillar, R6, rlang, stats, tibble, tidyr, tools, utils Suggests: ape, covr, data.tree, graph, influenceR, methods, netrankr (>= 1.2.4), network, seriation, testthat (>= 3.0.0) LinkingTo: cpp11 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Config/testthat/edition: 3 Config/pak/sysreqs: libglpk-dev libicu-dev libxml2-dev Repository: https://thomasp85.r-universe.dev Date/Publication: 2025-02-05 21:38:50 UTC RemoteUrl: https://github.com/thomasp85/tidygraph RemoteRef: HEAD RemoteSha: 9a3385fcecc89b6f210c51c5bc9936797b100be4 NeedsCompilation: yes Packaged: 2026-07-24 06:11:37 UTC; root Author: Thomas Lin Pedersen [cre, aut] (ORCID: ) Depends: R (>= 4.1.0)