Package: iheatmapr Type: Package Title: Interactive, Complex Heatmaps Version: 0.7.2 Authors@R: c(person("Alicia", "Schep", email = "aschep@gmail.com", role = c("aut"), comment = c(ORCID = "orcid.org/0000-0002-3915-0618")), person("Sarah", "Kummerfeld", email = "kummerfeld.sarah@gene.com", role = c("aut"), comment = c(ORCID = "orcid.org/0000-0002-0089-2358")), person("Genentech", role = "cph"), person("Andee", "Kaplan", role = "rev", comment = "Reviewer for rOpensci review process https://github.com/ropensci/onboarding/issues/107"), person("Carl", "Ganz", role = "rev", comment = "Reviewer for rOpensci review process https://github.com/ropensci/onboarding/issues/107"), person("Alex", "Johnson", role = "ctb", comment = "plotly.js library"), person("Étienne", "Tétreault-Pinard", role = "ctb", comment = "plotly.js library"), person("Mikola", "Lysenko", role = "ctb", comment = "plotly.js library"), person("Ricky", "Reusser", role = "ctb", comment = "plotly.js library"), person("Robert", "Monfera", role = "ctb", comment = "plotly.js library"), person("Nicolas", "Riesco", role = "ctb", comment = "plotly.js library"), person("Miklós", "Tusz", role = "ctb", comment = "plotly.js library"), person("Chelsea", "Douglas", role = "ctb", comment = "plotly.js library"), person("Ben", "Postlethwaite", role = "ctb", comment = "plotly.js library"), person("Chris", "Parmer", role = "ctb", comment = "plotly.js library"), person("Alex", "Vados", role = "ctb", comment = "plotly.js library"), person("Plotly", role = "cph", comment = "plotly.js library"), person("Frederick", "Boehm", role = "ctb", comment = "colorbars & main_heatmap"), person("Alan", "O'Callaghan", email = "alan.ocallaghan@outlook.com", role = "cre")) Description: Make complex, interactive heatmaps. 'iheatmapr' includes a modular system for iteratively building up complex heatmaps, as well as the iheatmap() function for making relatively standard heatmaps. License: MIT + file LICENSE Depends: R (>= 3.5.0) Imports: methods, utils, magrittr, stats, ggdendro, fastcluster, RColorBrewer, htmlwidgets, jsonlite, scales, knitr, tools Suggests: htmltools, datasets, shiny, testthat, rmarkdown, reshape2, roxygen2, covr, webshot RoxygenNote: 7.2.3 VignetteBuilder: knitr URL: https://docs.ropensci.org/iheatmapr/ (website) https://github.com/ropensci/iheatmapr BugReports: https://github.com/ropensci/iheatmapr/issues Encoding: UTF-8 Collate: 'AllClasses.R' 'AllGenerics.R' 'annotations.R' 'axes.R' 'axis_labels.R' 'axis_titles.R' 'barplot.R' 'clustering.R' 'clusters.R' 'colorbars.R' 'colors.R' 'components.R' 'dendogram.R' 'generic_subplots.R' 'groups.R' 'main_heatmap.R' 'iheatmap.R' 'iheatmapr.R' 'layout.R' 'list_utils.R' 'shiny.R' 'shiny_test.R' 'signal.R' 'subplot.R' 'summary.R' 'to_widget.R' 'utils.R' X-schema.org-applicationCategory: Visualization X-schema.org-keywords: heatmap, plotly, r, interactive-visualizations, data-visualization, htmlwidgets X-schema.org-isPartOf: https://ropensci.org Language: en-US Config/pak/sysreqs: cmake make libuv1-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-04-29 09:25:14 UTC RemoteUrl: https://github.com/ropensci/iheatmapr RemoteRef: main RemoteSha: 80855f83e0f871b878a5a932c90bf1554df0b9d3 NeedsCompilation: no Packaged: 2026-06-04 07:16:16 UTC; root Author: Alicia Schep [aut] (ORCID: ), Sarah Kummerfeld [aut] (ORCID: ), Genentech [cph], Andee Kaplan [rev] (Reviewer for rOpensci review process https://github.com/ropensci/onboarding/issues/107), Carl Ganz [rev] (Reviewer for rOpensci review process https://github.com/ropensci/onboarding/issues/107), Alex Johnson [ctb] (plotly.js library), Étienne Tétreault-Pinard [ctb] (plotly.js library), Mikola Lysenko [ctb] (plotly.js library), Ricky Reusser [ctb] (plotly.js library), Robert Monfera [ctb] (plotly.js library), Nicolas Riesco [ctb] (plotly.js library), Miklós Tusz [ctb] (plotly.js library), Chelsea Douglas [ctb] (plotly.js library), Ben Postlethwaite [ctb] (plotly.js library), Chris Parmer [ctb] (plotly.js library), Alex Vados [ctb] (plotly.js library), Plotly [cph] (plotly.js library), Frederick Boehm [ctb] (colorbars & main_heatmap), Alan O'Callaghan [cre] Maintainer: Alan O'Callaghan