Package: gggenomes
Title: A Grammar of Graphics for Comparative Genomics
Version: 1.0.1
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://github.com/thackl/gggenomes
BugReports: https://github.com/thackl/gggenomes/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Depends: R (>= 3.4.2), ggplot2 (>= 3.5.0),
Imports: vctrs, rlang, dplyr, tidyr, readr (>= 2.0.0), purrr, tibble,
        stringr, grid, jsonlite, snakecase, magrittr, scales,
        tidyselect, colorspace, methods, utils, ellipsis
Suggests: testthat, ggtree, patchwork, Hmisc, knitr, ggrepel, IRanges,
NeedsCompilation: no
Packaged: 2024-08-30 11:05:40 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: 2024-08-30 11:40:02 UTC
Built: R 4.3.3; ; 2024-08-30 14:03:50 UTC; unix
