Package: tidyheatmaps Title: Heatmaps from Tidy Data Version: 0.2.1.9000 Authors@R: person(given = "Jan Broder", family = "Engler", role = c("aut", "cre", "cph"), email = "broder.engler@gmail.com", comment = c(ORCID = "0000-0002-3169-2076")) Description: The goal of 'tidyheatmaps' is to simplify the generation of publication-ready heatmaps from tidy data. By offering an interface to the powerful 'pheatmap' package, it allows for the effortless creation of intricate heatmaps with minimal code. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: dplyr, pheatmap, rlang, grDevices, tidyr, tibble, RColorBrewer Suggests: testthat (>= 2.1.0), knitr, rmarkdown URL: https://github.com/jbengler/tidyheatmaps, https://jbengler.github.io/tidyheatmaps/ BugReports: https://github.com/jbengler/tidyheatmaps/issues VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://jbengler.r-universe.dev Date/Publication: 2026-01-27 13:24:05 UTC RemoteUrl: https://github.com/jbengler/tidyheatmaps RemoteRef: HEAD RemoteSha: eac7082abd31e05e0cb578f8799681a28e548b0b NeedsCompilation: no Packaged: 2026-07-03 17:19:35 UTC; root Author: Jan Broder Engler [aut, cre, cph] (ORCID: ) Maintainer: Jan Broder Engler