Package: HeatmapR Type: Package Title: Create Heatmaps Using Base Graphics Version: 1.1.0 Date: 2026-03-19 Authors@R: person(given = "Dillon", family = "Hammill", role = c("aut", "cre"), email = "dillon.hammill21@gmail.com", comment = c(ORCID = "0000-0002-1407-7223")) Description: Provides a lightweight framework for creating high quality, complex heatmaps using base graphics. Supports hierarchical clustering with dendrograms, column and row scaling, cluster sub-divisions, customizable cell colours, shapes and sizes, legends, and flexible layouts for arranging multiple heatmaps. Designed to return plot objects that can be easily arranged with other plots without sacrificing resolution. Methods for hierarchical clustering and distance computations are described in Murtagh and Contreras (2012) . Dendrogram visualisation methods are based on the 'ggdendro' package by de Vries and Ripley (2020) . URL: https://dillonhammill.github.io/HeatmapR/ BugReports: https://github.com/DillonHammill/HeatmapR/issues Depends: R (>= 3.5) Imports: methods, stats, graphics, grDevices, tools License: GPL-2 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Language: en-GB Suggests: covr, testthat, knitr, rmarkdown VignetteBuilder: knitr Repository: https://dillonhammill.r-universe.dev Date/Publication: 2026-03-29 05:08:21 UTC RemoteUrl: https://github.com/dillonhammill/heatmapr RemoteRef: HEAD RemoteSha: c09079d06322a8742ca370c15a34d1c3a3a9a898 NeedsCompilation: no Packaged: 2026-07-04 16:35:54 UTC; root Author: Dillon Hammill [aut, cre] (ORCID: ) Maintainer: Dillon Hammill