Package: gggenomes
Title: A Grammar of Graphics for Comparative Genomics
Version: 1.1.2
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
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
NeedsCompilation: no
Packaged: 2025-11-13 20:59:21 UTC; thackl
Author: Thomas Hackl [aut, cre],
  Markus J. Ankenbrand [aut],
  Bart van Adrichem [aut],
  Kristina Haslinger [ctb, sad]
Maintainer: Thomas Hackl <t.hackl@rug.nl>
Repository: CRAN
Date/Publication: 2025-11-14 12:40:02 UTC
