Package: funkyheatmap Title: Generating Funky Heatmaps for Data Frames Description: Allows generating heatmap-like visualisations for 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) . Version: 0.5.2 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") ), person( "Louise", "Deconinck", email = "louise.deconinck@gmail.com", role = "ctb", comment = c(ORCID = "0000-0001-8100-6823", github = "LouiseDck") ), person( "Artuur", "Couckuyt", role = "ctb", comment = c(ORCID = "0000-0001-7858-6521") ), person( "Nick", "Markov", role = "ctb", comment = c(ORCID = "0000-0002-3659-4387", github = "mxposed") ), person( "Luke", "Zappia", email = "luke@lazappi.id.au", role = "ctb", comment = c(ORCID = "0000-0001-7744-8565", github = "lazappi") )) License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: assertthat, cli, cowplot, dplyr, ggforce, ggplot2 (>= 3.4.0), grDevices, jsonlite, patchwork, purrr, RColorBrewer, Rdpack, stringr, tibble, tidyr Suggests: kableExtra, knitr, testthat (>= 3.0.0), magick, readr 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 Config/testthat/parallel: true Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libicu-dev Repository: https://funkyheatmap.r-universe.dev Date/Publication: 2025-04-11 06:34:45 UTC RemoteUrl: https://github.com/funkyheatmap/funkyheatmap RemoteRef: HEAD RemoteSha: d66dd6d65b4e29fb3f6a300627a4db367ad9db0c NeedsCompilation: no Packaged: 2026-06-13 07:40:35 UTC; root Author: Robrecht Cannoodt [aut, cre] (ORCID: , github: rcannood), Wouter Saelens [aut] (ORCID: , github: zouter), Louise Deconinck [ctb] (ORCID: , github: LouiseDck), Artuur Couckuyt [ctb] (ORCID: ), Nick Markov [ctb] (ORCID: , github: mxposed), Luke Zappia [ctb] (ORCID: , github: lazappi) Maintainer: Robrecht Cannoodt