Package: funkyheatmap
Title: Generating Funky Heatmaps for Data Frames
Description: Allows generating heatmap-like visualisations for benchmark data 
  frames. Funky heatmaps can be fine-tuned by providing annotations of the 
  columns and rows, which allows assigning multiple palettes or geometries
  or grouping rows and columns together in categories.
  Saelens et al. (2019) <doi:10.1038/s41587-019-0071-9>.
Version: 0.5.0
Authors@R: c(
  person(
    "Robrecht", 
    "Cannoodt", 
    email = "rcannood@gmail.com", 
    role = c("aut", "cre"),
    comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")
  ),
  person(
    "Wouter", 
    "Saelens", 
    email = "wouter.saelens@gmail.com", 
    role = c("aut"), 
    comment = c(ORCID = "0000-0002-7114-6248", github = "zouter")
  ))
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: assertthat, cli, cowplot, dplyr, ggforce, ggplot2 (>= 3.4.0),
        grDevices, jsonlite, patchwork, purrr, RColorBrewer, Rdpack,
        stringr, tibble, tidyr
Suggests: kableExtra, knitr, rmarkdown, testthat (>= 3.0.0), magick
VignetteBuilder: knitr
RdMacros: Rdpack
Depends: R (>= 2.10)
LazyData: true
URL: https://funkyheatmap.github.io/funkyheatmap/,
        https://github.com/funkyheatmap/funkyheatmap
BugReports: https://github.com/funkyheatmap/funkyheatmap/issues
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-09-23 05:03:22 UTC; rcannood
Author: Robrecht Cannoodt [aut, cre] (<https://orcid.org/0000-0003-3641-729X>,
    rcannood),
  Wouter Saelens [aut] (<https://orcid.org/0000-0002-7114-6248>, zouter)
Maintainer: Robrecht Cannoodt <rcannood@gmail.com>
Repository: CRAN
Date/Publication: 2023-09-23 06:10:02 UTC
Built: R 4.2.0; ; 2023-09-24 21:59:01 UTC; unix
