Package: hhmR
Type: Package
Title: Hierarchical Heatmaps
Version: 0.0.1.1
Authors@R: c(
  person("Michael", "Mahony",
         role = c("cre","aut","cph"),
         email = "michael.mahony@cantab.net",
         comment = c(ORCID = "0000-0003-2784-2745")),
	person("Francisco", "Rowe", 
         email = "fcorowe@liverpool.ac.uk", 
         role = ("aut"), 
         comment = c(ORCID = "0000-0003-4137-0246")),
	person("Carmen", "Cabrera-Arnau", 
         email = "C.Cabrera-Arnau@liverpool.ac.uk", 
         role = ("aut"),
         comment = c(ORCID = "0000-0002-2732-6436"))
	)
Maintainer: Michael Mahony <michael.mahony@cantab.net>
Description: Allows users to create high-quality heatmaps from labelled, hierarchical data. Specifically, for data with a two-level hierarchical structure, it will produce a heatmap where each row and column represents a category at the lower level. These rows and columns are then grouped by the higher-level group each category belongs to, with the names for each category and groups shown in the margins. While other packages (e.g. 'dendextend') allow heatmap rows and columns to be arranged by groups only, 'hhmR' also allows the labelling of the data at both the category and group level.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/sgmmahon/hhmR, https://sgmmahon.github.io/hhmR/
BugReports: https://github.com/sgmmahon/hhmR/issues
Depends: R (>= 3.5.0)
Imports: dplyr, purrr, tidyr, rlang, grid, ggplot2, patchwork,
        grDevices, magrittr, utils
Language: en-GB
LazyData: true
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-10-20 17:29:04 UTC; hornik
Author: Michael Mahony [cre, aut, cph] (ORCID:
    <https://orcid.org/0000-0003-2784-2745>),
  Francisco Rowe [aut] (ORCID: <https://orcid.org/0000-0003-4137-0246>),
  Carmen Cabrera-Arnau [aut] (ORCID:
    <https://orcid.org/0000-0002-2732-6436>)
Repository: CRAN
Date/Publication: 2025-10-20 17:41:43 UTC
Built: R 4.6.0; ; 2025-10-20 20:12:52 UTC; unix
