{
  "_id": "6a1695edacfb0bcc41d7b36f",
  "Package": "tidyheatmaps",
  "Title": "Heatmaps from Tidy Data",
  "Version": "0.2.1.9000",
  "Authors@R": "person(given = \"Jan Broder\",\nfamily = \"Engler\",\nrole = c(\"aut\", \"cre\", \"cph\"),\nemail = \"broder.engler@gmail.com\",\ncomment = c(ORCID = \"0000-0002-3169-2076\"))",
  "Description": "The goal of 'tidyheatmaps' is to simplify the generation\nof publication-ready heatmaps from tidy data. By offering an\ninterface to the powerful 'pheatmap' package, it allows for the\neffortless creation of intricate heatmaps with minimal code.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "URL": "https://github.com/jbengler/tidyheatmaps,\nhttps://jbengler.github.io/tidyheatmaps/",
  "BugReports": "https://github.com/jbengler/tidyheatmaps/issues",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://jbengler.r-universe.dev",
  "Date/Publication": "2026-01-27 13:24:05 UTC",
  "RemoteUrl": "https://github.com/jbengler/tidyheatmaps",
  "RemoteRef": "HEAD",
  "RemoteSha": "eac7082abd31e05e0cb578f8799681a28e548b0b",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-27 06:52:50 UTC",
    "User": "root"
  },
  "Author": "Jan Broder Engler [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-3169-2076>)",
  "Maintainer": "Jan Broder Engler <broder.engler@gmail.com>",
  "MD5sum": "f34747468a01e5f9081caab7394ef252",
  "_user": "jbengler",
  "_type": "src",
  "_file": "tidyheatmaps_0.2.1.9000.tar.gz",
  "_fileid": "c5b30456a63b346e4219554fa1e83fdb915b9d4268a86023c0972b4f426f5e2f",
  "_filesize": 1851205,
  "_sha256": "c5b30456a63b346e4219554fa1e83fdb915b9d4268a86023c0972b4f426f5e2f",
  "_created": "2026-05-27T06:52:50.000Z",
  "_published": "2026-05-27T06:57:49.486Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78023522812,
      "time": 138,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7233827218"
    },
    {
      "job": 78023522861,
      "time": 115,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7233821358"
    },
    {
      "job": 78023522821,
      "time": 155,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7233849658"
    },
    {
      "job": 78023522860,
      "time": 115,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7233855767"
    },
    {
      "job": 78023046306,
      "time": 214,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7233788390"
    },
    {
      "job": 78023522827,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7233818848"
    },
    {
      "job": 78023522840,
      "time": 96,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7233815993"
    },
    {
      "job": 78023522811,
      "time": 81,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7233811773"
    },
    {
      "job": 78023522817,
      "time": 77,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7233811057"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jbengler/actions/runs/26495611552",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jbengler/tidyheatmaps",
  "_commit": {
    "id": "eac7082abd31e05e0cb578f8799681a28e548b0b",
    "author": "jbengler <broder.engler@gmail.com>",
    "committer": "jbengler <broder.engler@gmail.com>",
    "message": "fix favicon\n",
    "time": 1769520245
  },
  "_maintainer": {
    "name": "Jan Broder Engler",
    "email": "broder.engler@gmail.com",
    "login": "jbengler",
    "bluesky": "@jbengler.de",
    "orcid": "0000-0002-3169-2076",
    "description": "Scientist and software developer",
    "uuid": 16594115
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "pheatmap",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "RColorBrewer",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 2.1.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "jbengler",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-04",
      "n": 1
    },
    {
      "week": "2026-05",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 80,
  "_contributors": [
    {
      "user": "jbengler",
      "count": 51,
      "uuid": 16594115
    }
  ],
  "_userbio": {
    "uuid": 16594115,
    "type": "user",
    "name": "Jan Broder Engler",
    "description": "Scientist and software developer"
  },
  "_downloads": {
    "count": 701,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tidyheatmaps"
  },
  "_devurl": "https://github.com/jbengler/tidyheatmaps",
  "_pkgdown": "https://jbengler.github.io/tidyheatmaps/",
  "_searchresults": 72,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/tidyheatmaps.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jbengler/tidyheatmaps",
  "_realowner": "jbengler",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.1",
      "date": "2024-02-29"
    }
  ],
  "_exports": [
    "tidy_heatmap",
    "tidyheatmap"
  ],
  "_datasets": [
    {
      "name": "data_exprs",
      "title": "Expression data from RNA-Seq study",
      "object": "data_exprs",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "ensembl_gene_id",
        "external_gene_name",
        "sample",
        "expression",
        "group",
        "sample_type",
        "condition",
        "is_immune_gene",
        "direction"
      ],
      "rows": 800,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "data_exprs",
      "title": "Expression data from RNA-Seq study",
      "topics": [
        "data_exprs"
      ]
    },
    {
      "page": "tidyheatmap",
      "title": "Create heatmap from tidy data",
      "topics": [
        "tidyheatmap",
        "tidy_heatmap"
      ]
    }
  ],
  "_pkglogo": "https://github.com/jbengler/tidyheatmaps/raw/HEAD/man/figures/logo.svg",
  "_readme": "https://github.com/jbengler/tidyheatmaps/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "dplyr",
    "farver",
    "generics",
    "glue",
    "gtable",
    "labeling",
    "lifecycle",
    "magrittr",
    "pheatmap",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "RColorBrewer",
    "rlang",
    "scales",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "tidyheatmaps.Rmd",
      "filename": "tidyheatmaps.html",
      "title": "Get started",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Data requirements",
        "Basic usage",
        "Data scaling",
        "Ordering",
        "Color legend",
        "Annotations",
        "Customize annotations colors",
        "Gaps",
        "Cell dimensions",
        "Show selected labels",
        "Write to file",
        "More features"
      ],
      "created": "2024-02-12 10:33:01",
      "modified": "2024-07-11 08:37:44",
      "commits": 4
    }
  ],
  "_score": 6.760422483423213,
  "_indexed": true,
  "_nocasepkg": "tidyheatmaps",
  "_universes": [
    "jbengler"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1.9000",
      "date": "2026-05-27T06:55:07.000Z",
      "distro": "noble",
      "commit": "eac7082abd31e05e0cb578f8799681a28e548b0b",
      "fileid": "ed0553187d5898b4a04587ecfe0e563e8754c2558f5c9eadbc33151bda8783f6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbengler/actions/runs/26495611552"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1.9000",
      "date": "2026-05-27T06:54:48.000Z",
      "distro": "noble",
      "commit": "eac7082abd31e05e0cb578f8799681a28e548b0b",
      "fileid": "272848cb65f81892d0c3003cb1319ad3b6da46b5ad0f14759b597cd4d0cab233",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbengler/actions/runs/26495611552"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1.9000",
      "date": "2026-05-27T06:56:40.000Z",
      "commit": "eac7082abd31e05e0cb578f8799681a28e548b0b",
      "fileid": "761aedcbb09f10c07d356a6285edb19774c6fab7c64bc2a3cca15967b7a145c7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbengler/actions/runs/26495611552"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1.9000",
      "date": "2026-05-27T06:57:02.000Z",
      "commit": "eac7082abd31e05e0cb578f8799681a28e548b0b",
      "fileid": "a4bb1af4318cd3b1fc3aa7d04a701f2b4a7a59f73137b94da1547d1bfb9d9193",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbengler/actions/runs/26495611552"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1.9000",
      "date": "2026-05-27T06:54:57.000Z",
      "commit": "eac7082abd31e05e0cb578f8799681a28e548b0b",
      "fileid": "4756ef8d2d7ce61f68e89b75ff4f18a6835e42cf2554ef9d925bd712cdeb8b39",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jbengler/actions/runs/26495611552"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1.9000",
      "date": "2026-05-27T06:54:22.000Z",
      "commit": "eac7082abd31e05e0cb578f8799681a28e548b0b",
      "fileid": "f60e5c6ed25bf2e55bc110bdcff50940f64c98c5a2267e2edbb0b8b529f67070",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbengler/actions/runs/26495611552"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1.9000",
      "date": "2026-05-27T06:54:07.000Z",
      "commit": "eac7082abd31e05e0cb578f8799681a28e548b0b",
      "fileid": "5a4695b04accbb6e7d3dee9e7b424ed6726e18e1f41d803c996c30e9be275321",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbengler/actions/runs/26495611552"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.1.9000",
      "date": "2026-05-27T06:54:05.000Z",
      "commit": "eac7082abd31e05e0cb578f8799681a28e548b0b",
      "fileid": "5d279a8711a91be60b24bd0c703efa75c11fbdfb348403ab485abceba7459a4a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jbengler/actions/runs/26495611552"
    }
  ]
}