{
  "_id": "6a49372ab5e98c4082a0e406",
  "Package": "HeatmapR",
  "Type": "Package",
  "Title": "Create Heatmaps Using Base Graphics",
  "Version": "1.1.0",
  "Date": "2026-03-19",
  "Authors@R": "person(given = \"Dillon\",\nfamily = \"Hammill\",\nrole = c(\"aut\", \"cre\"),\nemail = \"dillon.hammill21@gmail.com\",\ncomment = c(ORCID = \"0000-0002-1407-7223\"))",
  "Description": "Provides a lightweight framework for creating high\nquality, complex heatmaps using base graphics. Supports\nhierarchical clustering with dendrograms, column and row\nscaling, cluster sub-divisions, customizable cell colours,\nshapes and sizes, legends, and flexible layouts for arranging\nmultiple heatmaps. Designed to return plot objects that can be\neasily arranged with other plots without sacrificing\nresolution. Methods for hierarchical clustering and distance\ncomputations are described in Murtagh and Contreras (2012)\n<doi:10.1002/wics.53>. Dendrogram visualisation methods are\nbased on the 'ggdendro' package by de Vries and Ripley (2020)\n<https://CRAN.R-project.org/package=ggdendro>.",
  "URL": "https://dillonhammill.github.io/HeatmapR/",
  "BugReports": "https://github.com/DillonHammill/HeatmapR/issues",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Language": "en-GB",
  "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": {
    "Date": "2026-07-04 16:35:54 UTC",
    "User": "root"
  },
  "Author": "Dillon Hammill [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-1407-7223>)",
  "Maintainer": "Dillon Hammill <dillon.hammill21@gmail.com>",
  "_user": "dillonhammill",
  "_type": "src",
  "_file": "HeatmapR_1.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/698a500971d57783b85a88f2ebea8466e2bd88877c831b0b3d1b72185a21f184",
  "_filesize": 7293634,
  "_sha256": "698a500971d57783b85a88f2ebea8466e2bd88877c831b0b3d1b72185a21f184",
  "_expires": "2026-10-12T16:39:01.000Z",
  "_created": "2026-07-04T16:35:54.000Z",
  "_published": "2026-07-04T16:39:06.267Z",
  "_jobs": [
    {
      "job": 85148698280,
      "time": 123,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8083487748"
    },
    {
      "job": 85148698279,
      "time": 126,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8083488099"
    },
    {
      "job": 85148698286,
      "time": 150,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8083488073"
    },
    {
      "job": 85148698282,
      "time": 147,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8083487007"
    },
    {
      "job": 85148523501,
      "time": 153,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8083471090"
    },
    {
      "job": 85148698277,
      "time": 134,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8083489011"
    },
    {
      "job": 85148698303,
      "time": 92,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8083483683"
    },
    {
      "job": 85148698296,
      "time": 90,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8083483691"
    },
    {
      "job": 85148698297,
      "time": 83,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8083482654"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/dillonhammill/actions/runs/28712592514",
  "_status": "success",
  "_upstream": "https://github.com/dillonhammill/heatmapr",
  "_commit": {
    "id": "c09079d06322a8742ca370c15a34d1c3a3a9a898",
    "author": "DillonHammill <Dillon.Hammill@anu.edu.au>",
    "committer": "DillonHammill <Dillon.Hammill@anu.edu.au>",
    "message": "Update pkgdown site.\n",
    "time": 1774760901
  },
  "_maintainer": {
    "name": "Dillon Hammill",
    "email": "dillon.hammill21@gmail.com",
    "orcid": "0000-0002-1407-7223"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "tools",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "dillonhammill",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-11",
      "n": 5
    },
    {
      "week": "2026-12",
      "n": 1
    },
    {
      "week": "2026-13",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "heatmap"
  ],
  "_stars": 17,
  "_contributors": [
    {
      "user": "dillonhammill",
      "count": 79,
      "uuid": 28646736
    }
  ],
  "_userbio": {
    "uuid": 28646736,
    "type": "user",
    "name": "Dillon Hammill",
    "followers": 100
  },
  "_downloads": {
    "count": 485,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/HeatmapR"
  },
  "_devurl": "https://github.com/dillonhammill/heatmapr",
  "_pkgdown": "https://dillonhammill.github.io/HeatmapR/",
  "_searchresults": 11,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/HeatmapR.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/dillonhammill/heatmapr",
  "_realowner": "dillonhammill",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.1.0",
      "date": "2026-03-24"
    }
  ],
  "_exports": [
    "heat_map",
    "heat_map_clust",
    "heat_map_complete",
    "heat_map_custom",
    "heat_map_layout",
    "heat_map_new",
    "heat_map_record",
    "heat_map_reset",
    "heat_map_save",
    "heat_map_scale"
  ],
  "_help": [
    {
      "page": "heat_map",
      "title": "Create a complex heatmap using base graphics",
      "topics": [
        "heat_map"
      ]
    },
    {
      "page": "heat_map_clust",
      "title": "Perform hierarchical clustering for heatmap",
      "topics": [
        "heat_map_clust"
      ]
    },
    {
      "page": "heat_map_complete",
      "title": "Indicate when a heatmap is complete and ready for saving",
      "topics": [
        "heat_map_complete"
      ]
    },
    {
      "page": "heat_map_custom",
      "title": "Create a custom heatmap plot layout",
      "topics": [
        "heat_map_custom"
      ]
    },
    {
      "page": "heat_map_layout",
      "title": "Arrange multiple heatmaps",
      "topics": [
        "heat_map_layout"
      ]
    },
    {
      "page": "heat_map_new",
      "title": "Open a pop-up graphics device for heatmaps",
      "topics": [
        "heat_map_new"
      ]
    },
    {
      "page": "heat_map_record",
      "title": "Record a custom heatmap",
      "topics": [
        "heat_map_record"
      ]
    },
    {
      "page": "heat_map_reset",
      "title": "Reset all heatmap related settings",
      "topics": [
        "heat_map_reset"
      ]
    },
    {
      "page": "heat_map_save",
      "title": "Save high resolution images",
      "topics": [
        "heat_map_save"
      ]
    },
    {
      "page": "heat_map_scale",
      "title": "Scale numeric data prior to constructing heat_map",
      "topics": [
        "heat_map_scale"
      ]
    }
  ],
  "_pkglogo": "https://github.com/dillonhammill/heatmapr/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/dillonhammill/heatmapr/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "HeatmapR.Rmd",
      "filename": "HeatmapR.html",
      "title": "HeatmapR",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "1. Construct a Basic Heatmap",
        "2. Cell Properties",
        "2.1 Cell Shape",
        "2.2 Cell Size",
        "2.3 Cell Colours",
        "2.4 Cell Borders",
        "2.4.1 Border Masking",
        "2.5 Cell Text",
        "3. Data Scaling",
        "3.1 Scaling Columns",
        "3.2 Scaling Rows",
        "4. Bar Plots",
        "5. Hierarchical Clustering",
        "5.1 Dendrograms",
        "5.1.1 Cosine Distance",
        "5.2 Clustering",
        "5.2.1 Manual Clustering",
        "6. Legends",
        "7. Complex Layouts",
        "8. Export",
        "10. Summary"
      ],
      "created": "2020-05-29 06:47:20",
      "modified": "2026-03-14 21:38:47",
      "commits": 11
    }
  ],
  "_score": 5.447932865592181,
  "_indexed": true,
  "_nocasepkg": "heatmapr",
  "_universes": [
    "dillonhammill"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-07-04T16:37:56.000Z",
      "distro": "resolute",
      "commit": "c09079d06322a8742ca370c15a34d1c3a3a9a898",
      "fileid": "https://r2.ropensci.org/6cd35bb519d2ba5167432c094168c0ef69fd372f370ad8ed7203e761f754a722",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dillonhammill/actions/runs/28712592514"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-07-04T16:37:59.000Z",
      "distro": "resolute",
      "commit": "c09079d06322a8742ca370c15a34d1c3a3a9a898",
      "fileid": "https://r2.ropensci.org/9a13ec3435005f301aa98bbc445062ae30c39902b25fe39db22149050ac92702",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dillonhammill/actions/runs/28712592514"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-07-04T16:38:00.000Z",
      "commit": "c09079d06322a8742ca370c15a34d1c3a3a9a898",
      "fileid": "https://r2.ropensci.org/882df99cc6a8c5463866aad07b60e61b8a98e98ff0bdc8d42426cce154c0e95f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dillonhammill/actions/runs/28712592514"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-07-04T16:37:53.000Z",
      "commit": "c09079d06322a8742ca370c15a34d1c3a3a9a898",
      "fileid": "https://r2.ropensci.org/57ba24e297c8db1e5abbd106407996cc38ab4fac0149cef289fb4c9629d9e557",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dillonhammill/actions/runs/28712592514"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0",
      "date": "2026-07-04T16:38:22.000Z",
      "commit": "c09079d06322a8742ca370c15a34d1c3a3a9a898",
      "fileid": "https://r2.ropensci.org/b5fed50b1d668acd6aef6945345b7112c2cf4816ee5eab80dff0acc866edbcd3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dillonhammill/actions/runs/28712592514"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-07-04T16:37:17.000Z",
      "commit": "c09079d06322a8742ca370c15a34d1c3a3a9a898",
      "fileid": "https://r2.ropensci.org/bea603665792f84ff9a8ac163b679bde252dcd9a46ac3ce29b8acac319e4f7f3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dillonhammill/actions/runs/28712592514"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-07-04T16:37:22.000Z",
      "commit": "c09079d06322a8742ca370c15a34d1c3a3a9a898",
      "fileid": "https://r2.ropensci.org/1b308d6bbd501c503144554daea57fe08d3cbde27315af655fec645a7f3c9c37",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dillonhammill/actions/runs/28712592514"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-07-04T16:37:10.000Z",
      "commit": "c09079d06322a8742ca370c15a34d1c3a3a9a898",
      "fileid": "https://r2.ropensci.org/b7316bb6323387db2c36d32054f95b98c3196d6bcf0b4be5c836040a3a787583",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dillonhammill/actions/runs/28712592514"
    }
  ]
}