Package: gggenomes Title: A Grammar of Graphics for Comparative Genomics Version: 1.1.3 Authors@R: c( person("Thomas", "Hackl", email = "t.hackl@rug.nl", role = c("aut", "cre")), person("Markus J.", "Ankenbrand", email = "iimog@iimog.org", role = c("aut")), person("Bart", "van Adrichem", role = c("aut")), person("Kristina", "Haslinger", email = "k.haslinger@rug.nl", role = c("ctb", "sad"))) Description: An extension of 'ggplot2' for creating complex genomic maps. It builds on the power of 'ggplot2' and 'tidyverse' adding new 'ggplot2'-style geoms & positions and 'dplyr'-style verbs to manipulate the underlying data. It implements a layout concept inspired by 'ggraph' and introduces tracks to bring tidiness to the mess that is genomics data. License: MIT + file LICENSE URL: https://thackl.github.io/gggenomes/, https://github.com/thackl/gggenomes BugReports: https://github.com/thackl/gggenomes/issues Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Depends: R (>= 4.1.0), ggplot2 (>= 3.5.0), Imports: vctrs, rlang, dplyr (>= 1.1.0), tidyr, readr (>= 2.0.0), purrr, tibble, stringr, grid, jsonlite, snakecase, magrittr, scales, tidyselect, colorspace, methods, utils Suggests: testthat, ggtree, patchwork, Hmisc, knitr, ggrepel, IRanges, rmarkdown Config/pak/sysreqs: libicu-dev libx11-dev Repository: https://thackl.r-universe.dev Date/Publication: 2026-02-23 09:48:37 UTC RemoteUrl: https://github.com/thackl/gggenomes RemoteRef: HEAD RemoteSha: 0cdd5e759f53e4d27275a77541df51466d4f2918 NeedsCompilation: no Packaged: 2026-06-23 07:27:35 UTC; root Author: Thomas Hackl [aut, cre], Markus J. Ankenbrand [aut], Bart van Adrichem [aut], Kristina Haslinger [ctb, sad] Maintainer: Thomas Hackl