Package: RGraphSpace Type: Package Version: 1.4.1 Title: A Lightweight Interface Between 'igraph' and 'ggplot2' Graphics Description: An interface to integrate 'igraph' and 'ggplot2' graphics within a normalized coordinate system. 'RGraphSpace' extends 'ggplot2' with graph-aware geometries optimized for large networks. The 'GraphSpace' class integrates directly with 'ggplot2' through specialized 'geoms' and lazy resolution of node attributes, supporting customization of aesthetics and visual styles. These 'geoms' use a dual-anchor normalization approach to align layers, particularly useful for analyses in which network elements must be spatially aligned with reference maps and images. Authors@R: c(person("Sysbiolab Team", role = "aut"), person("Flávio", "Kessler", role = "ctb"), person("Jonathan", "Back", role = "ctb"), person("Lana", "Querne", role = "ctb"), person("Victor", "Apolonio", role = c("ctb")), person("Vinicius", "Chagas", role = "ctb"), person("Mauro", "Castro", role = c("cre"), email = "mauro.a.castro@gmail.com", comment = c(ORCID = "0000-0003-4942-8131"))) Depends: R(>= 4.5), methods, ggplot2 (>= 4.0) Imports: grDevices, grid, igraph, tidygraph, scales, rlang, ggrastr, Matrix, lifecycle Suggests: knitr, rmarkdown, testthat, ggraph, ggnewscale, patchwork, Seurat, SeuratObject Enhances: RedeR License: Artistic-2.0 VignetteBuilder: knitr URL: https://github.com/sysbiolab/RGraphSpace, https://sysbiolab.github.io/RGraphSpace/ BugReports: https://github.com/sysbiolab/RGraphSpace/issues Collate: 'geom-edgespace.R' 'geom-graphspace.R' 'geom-nodespace.R' 'gspace-checks.R' 'gspace-classes.R' 'gspace-constructor.R' 'gspace-generics.R' 'gspace-methods.R' 'gspace-misc.R' 'gspace-normalize.R' 'gspace-supplements.R' 'gspace-themes.R' 'gspace-validation.R' 'gspace-ggplot-constructor.R' 'annotation-gspace.R' 'gspace-coercion.R' 'gspace-features.R' Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libcairo2-dev libfontconfig1-dev libfreetype6-dev libfribidi-dev libglpk-dev libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libwebp-dev libxml2-dev Repository: https://sysbiolab.r-universe.dev Date/Publication: 2026-06-24 13:41:44 UTC RemoteUrl: https://github.com/sysbiolab/rgraphspace RemoteRef: HEAD RemoteSha: e5f3c1f084f63fc4ef3f588a744389442d51cd44 NeedsCompilation: no Packaged: 2026-06-24 16:22:18 UTC; root Author: Sysbiolab Team [aut], Flávio Kessler [ctb], Jonathan Back [ctb], Lana Querne [ctb], Victor Apolonio [ctb], Vinicius Chagas [ctb], Mauro Castro [cre] (ORCID: ) Maintainer: Mauro Castro