Package: ggDoubleHeat Type: Package Title: A Heatmap-Like Visualization Tool Version: 0.1.3 Authors@R: c(person(given = "Youzhi", family = "Yu", role = c("aut", "cre"), email = "yuyouzhi666@icloud.com"), person(given = "Trent", family = "Buskirk", role = c("aut", "ths"))) Description: A data visualization design that provides comparison between two (Double) data sources (usually on a par with each other) on one reformed heatmap, while inheriting 'ggplot2' features. License: GPL (>= 3) Encoding: UTF-8 LazyData: true Depends: R (>= 3.5.0) Imports: rlang, grid, ggplot2 (>= 3.0.0), ggnewscale (>= 0.4.5) RoxygenNote: 7.3.2 Suggests: rmarkdown, knitr, dplyr, scales, tidyr URL: https://pursuitofdatascience.github.io/ggDoubleHeat/ BugReports: https://github.com/PursuitOfDataScience/ggDoubleHeat/issues Repository: https://pursuitofdatascience.r-universe.dev Date/Publication: 2026-06-19 14:48:02 UTC RemoteUrl: https://github.com/pursuitofdatascience/ggdoubleheat RemoteRef: HEAD RemoteSha: 61be68818013c8e359f52abcacd7f5abcaf2134a NeedsCompilation: no Packaged: 2026-06-19 16:41:12 UTC; root Author: Youzhi Yu [aut, cre], Trent Buskirk [aut, ths] Maintainer: Youzhi Yu