Package: ggraph Type: Package Title: An Implementation of Grammar of Graphics for Graphs and Networks Version: 2.2.2.9000 Authors@R: c(person(given = "Thomas Lin", family = "Pedersen", role = c("cre", "aut"), email = "thomasp85@gmail.com", comment = c(ORCID = "0000-0002-5147-4711")), person(given = "RStudio", role = "cph")) Maintainer: Thomas Lin Pedersen Description: The grammar of graphics as implemented in ggplot2 is a poor fit for graph and network visualizations due to its reliance on tabular data input. ggraph is an extension of the ggplot2 API tailored to graph visualizations and provides the same flexible approach to building up plots layer by layer. License: MIT + file LICENSE Encoding: UTF-8 LazyData: TRUE Imports: dplyr, ggforce (>= 0.3.1), grid, igraph (>= 1.0.0), scales, MASS, ggrepel, utils, stats, viridis, rlang, tidygraph, graphlayouts (>= 1.1.0), withr, cli, vctrs, lifecycle, memoise Suggests: network, knitr, rmarkdown, purrr, tibble, seriation, deldir, gganimate, covr, sf, sfnetworks LinkingTo: cpp11 RoxygenNote: 7.3.2 Depends: R (>= 2.10), ggplot2 (>= 3.5.0) VignetteBuilder: knitr URL: https://ggraph.data-imaginist.com, https://github.com/thomasp85/ggraph BugReports: https://github.com/thomasp85/ggraph/issues Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libglpk-dev libicu-dev libxml2-dev Repository: https://thomasp85.r-universe.dev Date/Publication: 2025-08-25 06:33:11 UTC RemoteUrl: https://github.com/thomasp85/ggraph RemoteRef: HEAD RemoteSha: 6c4ce81e460c50a16f9cd97e0b3a089f36901316 NeedsCompilation: yes Packaged: 2026-06-24 01:46:37 UTC; root Author: Thomas Lin Pedersen [cre, aut] (ORCID: ), RStudio [cph]