{
  "_id": "6a1f01f0b401979e7341b182",
  "Package": "ggdendro",
  "Version": "0.2.0",
  "Title": "Create Dendrograms and Tree Diagrams Using 'ggplot2'",
  "Description": "This is a set of tools for dendrograms and tree plots\nusing 'ggplot2'.  The 'ggplot2' philosophy is to clearly\nseparate data from the presentation. Unfortunately the plot\nmethod for dendrograms plots directly to a plot device without\nexposing the data. The 'ggdendro' package resolves this by\nmaking available functions that extract the dendrogram plot\ndata. The package provides implementations for 'tree', 'rpart',\nas well as diana and agnes (from 'cluster') diagrams.",
  "Authors@R": "c(person(\"Andrie\", \"de Vries\", role=c(\"aut\", \"cre\"),\nemail=\"apdevries@gmail.com\"), person(c(\"Brian\", \"D.\"), \"Ripley\", role =\nc(\"aut\"), comment = \"author of package tree\"))",
  "License": "GPL-2|GPL-3",
  "LazyLoad": "true",
  "ByteCompile": "true",
  "URL": "https://andrie.github.io/ggdendro/",
  "BugReports": "https://github.com/andrie/ggdendro/issues",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.1",
  "Language": "en-US",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "Config/testthat/edition": "3",
  "Repository": "https://andrie.r-universe.dev",
  "Date/Publication": "2025-11-19 13:06:39 UTC",
  "RemoteUrl": "https://github.com/andrie/ggdendro",
  "RemoteRef": "HEAD",
  "RemoteSha": "903838eae80226f78532c70fede696d27a218cac",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-18 08:31:55 UTC",
    "User": "root"
  },
  "Author": "Andrie de Vries [aut, cre],\nBrian D. Ripley [aut] (author of package tree)",
  "Maintainer": "Andrie de Vries <apdevries@gmail.com>",
  "MD5sum": "e3b9dae86c9a5ab5f38e9c33143add17",
  "_user": "andrie",
  "_type": "src",
  "_file": "ggdendro_0.2.0.tar.gz",
  "_fileid": "6348bea1e235055b4c612d2588d992c73477dccf6055920e3a24eedea08f60b5",
  "_filesize": 869161,
  "_sha256": "6348bea1e235055b4c612d2588d992c73477dccf6055920e3a24eedea08f60b5",
  "_created": "2026-05-18T08:31:55.000Z",
  "_published": "2026-06-02T16:16:48.143Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79118254000,
      "time": 139,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7053051564"
    },
    {
      "job": 79118253679,
      "time": 135,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7053050107"
    },
    {
      "job": 79118253608,
      "time": 134,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7053050055"
    },
    {
      "job": 79118253249,
      "time": 109,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7053041900"
    },
    {
      "job": 79118252575,
      "time": 199,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7053004195"
    },
    {
      "job": 79118252631,
      "time": 108,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7363474740"
    },
    {
      "job": 79118253534,
      "time": 100,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7053038609"
    },
    {
      "job": 79118253879,
      "time": 85,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7053033343"
    },
    {
      "job": 79118253540,
      "time": 93,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7053036987"
    }
  ],
  "_buildurl": "https://github.com/r-universe/andrie/actions/runs/26022245112",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/andrie/ggdendro",
  "_commit": {
    "id": "903838eae80226f78532c70fede696d27a218cac",
    "author": "andrie <apdevries@gmail.com>",
    "committer": "andrie <apdevries@gmail.com>",
    "message": "Minor change\n",
    "time": 1763557599
  },
  "_maintainer": {
    "name": "Andrie de Vries",
    "email": "apdevries@gmail.com",
    "login": "andrie",
    "mastodon": "@andrie@fosstodon.org",
    "description": "Director of product strategy at @Posit, helping to make R and Python first class citizens for data science and enterprise deployment. ",
    "uuid": 479998
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "version": ">= 0.9.2",
      "role": "Imports"
    },
    {
      "package": "rpart",
      "version": ">= 4.0-0",
      "role": "Suggests"
    },
    {
      "package": "tree",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "cluster",
      "role": "Suggests"
    },
    {
      "package": "scales",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "andrie",
  "_selfowned": true,
  "_usedby": 64,
  "_updates": [
    {
      "week": "2025-47",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "ggplot2"
  ],
  "_stars": 87,
  "_contributors": [
    {
      "user": "andrie",
      "count": 129,
      "uuid": 479998
    },
    {
      "user": "artemklevtsov",
      "count": 1,
      "uuid": 603798
    },
    {
      "user": "jdagilliland",
      "count": 1,
      "uuid": 1383440
    }
  ],
  "_userbio": {
    "uuid": 479998,
    "type": "user",
    "name": "Andrie de Vries",
    "description": "Director of product strategy at @Posit, helping to make R and Python first class citizens for data science and enterprise deployment. "
  },
  "_downloads": {
    "count": 17756,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ggdendro"
  },
  "_mentions": 48,
  "_devurl": "https://github.com/andrie/ggdendro",
  "_pkgdown": "https://andrie.github.io/ggdendro/",
  "_searchresults": 5520,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ggdendro.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/andrie/ggdendro",
  "_realowner": "andrie",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1-12",
      "date": "2013-01-28"
    },
    {
      "version": "0.1-14",
      "date": "2013-09-03"
    },
    {
      "version": "0.1-15",
      "date": "2014-09-29"
    },
    {
      "version": "0.1-17",
      "date": "2015-09-08"
    },
    {
      "version": "0.1-18",
      "date": "2016-02-25"
    },
    {
      "version": "0.1-20",
      "date": "2016-04-27"
    },
    {
      "version": "0.1.21",
      "date": "2020-08-11"
    },
    {
      "version": "0.1.22",
      "date": "2020-09-13"
    },
    {
      "version": "0.1.23",
      "date": "2022-02-16"
    },
    {
      "version": "0.2.0",
      "date": "2024-02-23"
    }
  ],
  "_exports": [
    "as.dendro",
    "dendro_data",
    "dendro_data.default",
    "ggdendrogram",
    "is.dendro",
    "label",
    "leaf_label",
    "segment",
    "theme_dendro"
  ],
  "_help": [
    {
      "page": "ggdendro-package",
      "title": "Create Dendrograms and Tree Diagrams using 'ggplot2'",
      "topics": [
        "ggdendro-package",
        "ggdendro"
      ]
    },
    {
      "page": "as.dendro",
      "title": "Coerces object to class dendro.",
      "topics": [
        "as.dendro"
      ]
    },
    {
      "page": "dendro_data",
      "title": "Extract cluster data from a model into a list of data frames.",
      "concept": [
        "dendro_data methods",
        "dendrogram/hclust functions"
      ],
      "topics": [
        "dendro_data",
        "dendro_data.default",
        "dendro_data.dendrogram",
        "dendro_data.hclust",
        "dendro_data.twins"
      ]
    },
    {
      "page": "dendro_data.rpart",
      "title": "Extract data from classification tree object for plotting using ggplot.",
      "concept": [
        "dendro_data methods",
        "rpart functions"
      ],
      "topics": [
        "dendro_data.rpart"
      ]
    },
    {
      "page": "dendro_data.tree",
      "title": "Extract data from regression tree object for plotting using ggplot.",
      "concept": [
        "dendro_data methods",
        "tree functions"
      ],
      "topics": [
        "dendro_data.tree"
      ]
    },
    {
      "page": "ggdendrogram",
      "title": "Creates dendrogram plot using ggplot.",
      "topics": [
        "ggdendrogram"
      ]
    },
    {
      "page": "is.dendro",
      "title": "Tests whether an object is of class dendro.",
      "topics": [
        "is.dendro"
      ]
    },
    {
      "page": "segment",
      "title": "Returns segment, label or leaf-label data from dendro object.",
      "topics": [
        "label",
        "leaf_label",
        "segment"
      ]
    },
    {
      "page": "theme_dendro",
      "title": "Creates completely blank theme in ggplot.",
      "topics": [
        "theme_dendro"
      ]
    }
  ],
  "_pkglogo": "https://github.com/andrie/ggdendro/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/andrie/ggdendro/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "farver",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "MASS",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "modify_output.Rmd",
      "filename": "modify_output.html",
      "title": "Modifying ggdendogram output",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2023-09-30 19:05:21",
      "modified": "2023-09-30 19:05:21",
      "commits": 1
    },
    {
      "source": "ggdendro.Rmd",
      "filename": "ggdendro.html",
      "title": "Using 'ggdendro' to plot dendrograms",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Using the 'ggdendrogram()' wrapper",
        "Extracting the dendrogram plot data using 'dendro_data()'",
        "Regression tree diagrams",
        "Classification tree diagrams",
        "Twins diagrams: 'agnes' and 'diana'",
        "Summary"
      ],
      "created": "2014-09-29 11:08:00",
      "modified": "2023-09-30 09:36:33",
      "commits": 10
    }
  ],
  "_score": 13.515134691068678,
  "_indexed": true,
  "_nocasepkg": "ggdendro",
  "_universes": [
    "andrie"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-18T08:34:07.000Z",
      "distro": "noble",
      "commit": "903838eae80226f78532c70fede696d27a218cac",
      "fileid": "53ba1b1e7cb2c55791121358d4d4ded45ffdad4878c9a658898315dbe614d88a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/26022245112"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-18T08:34:04.000Z",
      "distro": "noble",
      "commit": "903838eae80226f78532c70fede696d27a218cac",
      "fileid": "a3a0be625da7d3079617dc45acbb5e0a09d7aa060ae2f25c5a2052de7e1b9045",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/26022245112"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-18T08:34:03.000Z",
      "commit": "903838eae80226f78532c70fede696d27a218cac",
      "fileid": "86bac82ad11317fbe4b7b8b7995203390f9224420cce7cb0820134d303fefe96",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/26022245112"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-18T08:33:44.000Z",
      "commit": "903838eae80226f78532c70fede696d27a218cac",
      "fileid": "8d43d80e728fe895186875a4032bfe49e6ebbe0feb4b6e435bd694dc525604f8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/26022245112"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-18T08:33:22.000Z",
      "commit": "903838eae80226f78532c70fede696d27a218cac",
      "fileid": "e54e4e8955a5d8feb7b989e6d0eeb2bac1d8f1252cc0730d5c95db9485f8de0b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/26022245112"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-18T08:33:11.000Z",
      "commit": "903838eae80226f78532c70fede696d27a218cac",
      "fileid": "6d90b395d3dbe6a84822e31489cc8e141d85e7ee973e3430eefd6b61c1dc610b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/26022245112"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-18T08:33:17.000Z",
      "commit": "903838eae80226f78532c70fede696d27a218cac",
      "fileid": "cde6730577b251f7483fceb334719e889ffd992e21e839ddd098463f85ccb566",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/26022245112"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-06-02T16:16:26.000Z",
      "commit": "903838eae80226f78532c70fede696d27a218cac",
      "fileid": "075ef4c87af25974a67fe217db9a3be90689a59e1a1db00370a6660cb09b7a74",
      "status": "success",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/26022245112"
    }
  ]
}