{
  "_id": "6a1bf1051d7bb097a0a231a5",
  "Package": "collapsibleTree",
  "Type": "Package",
  "Title": "Interactive Collapsible Tree Diagrams using 'D3.js'",
  "Version": "0.1.8",
  "Authors@R": "c(\nperson(\"Adeel\", \"Khan\", email = \"AdeelK@gwu.edu\", role = c(\"aut\", \"cre\")),\nperson(\"Dhrumin\", \"Shah\", role = \"ctb\"),\nperson(\"Mike\", \"Bostock\", role = c(\"ctb\", \"cph\"), comment = \"D3.js library, http://d3js.org\")\n)",
  "Maintainer": "Adeel Khan <AdeelK@gwu.edu>",
  "Description": "Interactive Reingold-Tilford tree diagrams created using\n'D3.js', where every node can be expanded and collapsed by\nclicking on it. Tooltips and color gradients can be mapped to\nnodes using a numeric column in the source data frame. See\n'collapsibleTree' website for more information and examples.",
  "License": "GPL (>= 3)",
  "URL": "https://github.com/AdeelK93/collapsibleTree,\nhttps://AdeelK93.github.io/collapsibleTree/",
  "BugReports": "https://github.com/AdeelK93/collapsibleTree/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev",
  "Repository": "https://adeelk93.r-universe.dev",
  "Date/Publication": "2023-11-14 01:17:20 UTC",
  "RemoteUrl": "https://github.com/adeelk93/collapsibletree",
  "RemoteRef": "HEAD",
  "RemoteSha": "6c40208a8082e15a7fd1da3f390a7eb69751f9a7",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-31 08:16:24 UTC",
    "User": "root"
  },
  "Author": "Adeel Khan [aut, cre],\nDhrumin Shah [ctb],\nMike Bostock [ctb, cph] (D3.js library, http://d3js.org)",
  "MD5sum": "9e916802a73f14e62bb90f50b0439255",
  "_user": "adeelk93",
  "_type": "src",
  "_file": "collapsibleTree_0.1.8.tar.gz",
  "_fileid": "ebc282e2f822c64f9073d69f3bac9dca6b23345e03ec302f4b2f054ebdabf1fc",
  "_filesize": 1209749,
  "_sha256": "ebc282e2f822c64f9073d69f3bac9dca6b23345e03ec302f4b2f054ebdabf1fc",
  "_created": "2026-05-31T08:16:24.000Z",
  "_published": "2026-05-31T08:27:49.257Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78711418316,
      "time": 125,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315161174"
    },
    {
      "job": 78711418330,
      "time": 116,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315159933"
    },
    {
      "job": 78711418317,
      "time": 188,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315215260"
    },
    {
      "job": 78711418318,
      "time": 146,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315199702"
    },
    {
      "job": 78711251702,
      "time": 181,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315146747"
    },
    {
      "job": 78711418301,
      "time": 132,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315161700"
    },
    {
      "job": 78711418353,
      "time": 78,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315155563"
    },
    {
      "job": 78711418327,
      "time": 72,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315154784"
    },
    {
      "job": 78711418326,
      "time": 69,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315154600"
    }
  ],
  "_buildurl": "https://github.com/r-universe/adeelk93/actions/runs/26707409552",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/adeelk93/collapsibletree",
  "_commit": {
    "id": "6c40208a8082e15a7fd1da3f390a7eb69751f9a7",
    "author": "Adeel Khan <adeelk@gwu.edu>",
    "committer": "Adeel Khan <adeelk@gwu.edu>",
    "message": "CRAN link fixes\n",
    "time": 1699924640
  },
  "_maintainer": {
    "name": "Adeel Khan",
    "email": "adeelk@gwu.edu",
    "login": "adeelk93",
    "description": "Fixed-income data science",
    "uuid": 16856016
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    },
    {
      "package": "htmlwidgets",
      "role": "Imports"
    },
    {
      "package": "data.tree",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "colorspace",
      "role": "Suggests"
    },
    {
      "package": "RColorBrewer",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Enhances"
    },
    {
      "package": "shiny",
      "role": "Enhances"
    }
  ],
  "_owner": "adeelk93",
  "_selfowned": true,
  "_usedby": 8,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "d3js",
    "htmlwidgets",
    "shiny"
  ],
  "_stars": 162,
  "_contributors": [
    {
      "user": "adeelk93",
      "count": 73,
      "uuid": 16856016
    },
    {
      "user": "steadyfish",
      "count": 5,
      "uuid": 1509829
    },
    {
      "user": "bhogan-mitre",
      "count": 1,
      "uuid": 32336739
    }
  ],
  "_userbio": {
    "uuid": 16856016,
    "type": "user",
    "name": "Adeel Khan",
    "description": "Fixed-income data science"
  },
  "_downloads": {
    "count": 1099,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/collapsibleTree"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/adeelk93/collapsibletree",
  "_searchresults": 410,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/collapsibleTree.html",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/adeelk93/collapsibletree",
  "_realowner": "adeelk93",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.4",
      "date": "2017-03-22"
    },
    {
      "version": "0.1.5",
      "date": "2017-07-23"
    },
    {
      "version": "0.1.6",
      "date": "2017-09-23"
    },
    {
      "version": "0.1.7",
      "date": "2018-08-22"
    },
    {
      "version": "0.1.8",
      "date": "2023-11-13"
    }
  ],
  "_exports": [
    "collapsibleTree",
    "collapsibleTreeNetwork",
    "collapsibleTreeOutput",
    "collapsibleTreeSummary",
    "renderCollapsibleTree"
  ],
  "_help": [
    {
      "page": "collapsibleTree",
      "title": "Create Interactive Collapsible Tree Diagrams",
      "topics": [
        "collapsibleTree",
        "collapsibleTree.data.frame",
        "collapsibleTree.Node"
      ]
    },
    {
      "page": "collapsibleTree-shiny",
      "title": "Shiny bindings for collapsibleTree",
      "topics": [
        "collapsibleTree-shiny",
        "collapsibleTreeOutput",
        "renderCollapsibleTree"
      ]
    },
    {
      "page": "collapsibleTreeNetwork",
      "title": "Create Network Interactive Collapsible Tree Diagrams",
      "topics": [
        "collapsibleTreeNetwork"
      ]
    },
    {
      "page": "collapsibleTreeSummary",
      "title": "Create Summary Interactive Collapsible Tree Diagrams",
      "topics": [
        "collapsibleTreeSummary"
      ]
    }
  ],
  "_readme": "https://github.com/adeelk93/collapsibletree/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "data.tree",
    "digest",
    "evaluate",
    "fastmap",
    "fontawesome",
    "fs",
    "highr",
    "htmltools",
    "htmlwidgets",
    "jquerylib",
    "jsonlite",
    "knitr",
    "lifecycle",
    "memoise",
    "mime",
    "R6",
    "rappdirs",
    "rlang",
    "rmarkdown",
    "sass",
    "stringi",
    "tinytex",
    "xfun",
    "yaml"
  ],
  "_score": 8.243507805397462,
  "_indexed": true,
  "_nocasepkg": "collapsibletree",
  "_universes": [
    "adeelk93"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.8",
      "date": "2026-05-31T08:18:30.000Z",
      "distro": "noble",
      "commit": "6c40208a8082e15a7fd1da3f390a7eb69751f9a7",
      "fileid": "5533fad16bc092d38cbd4c58d045f56c8ed513329734fbb3c0e8274ae054a778",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/adeelk93/actions/runs/26707409552"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.8",
      "date": "2026-05-31T08:18:19.000Z",
      "distro": "noble",
      "commit": "6c40208a8082e15a7fd1da3f390a7eb69751f9a7",
      "fileid": "0d935308932af51d0b40fd71e1a293769d36f3051a8b08a3aeb1254405f4da26",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/adeelk93/actions/runs/26707409552"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.8",
      "date": "2026-05-31T08:26:46.000Z",
      "commit": "6c40208a8082e15a7fd1da3f390a7eb69751f9a7",
      "fileid": "20f3899eb750ea9e5bfb7a9795eb13467907bf0a9267f459e8c7beb32dcc22b0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/adeelk93/actions/runs/26707409552"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.8",
      "date": "2026-05-31T08:24:21.000Z",
      "commit": "6c40208a8082e15a7fd1da3f390a7eb69751f9a7",
      "fileid": "93c2b5bc4c58ea96028eb18d1a7ef0be03cdabf9f38601b81cd72bf78b29000e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/adeelk93/actions/runs/26707409552"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.8",
      "date": "2026-05-31T08:18:49.000Z",
      "commit": "6c40208a8082e15a7fd1da3f390a7eb69751f9a7",
      "fileid": "827f303e51c3d729a20c5dfd2ea34e3d3bf6fd4698f8ecb12542d308e2bc09f0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/adeelk93/actions/runs/26707409552"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.8",
      "date": "2026-05-31T08:17:33.000Z",
      "commit": "6c40208a8082e15a7fd1da3f390a7eb69751f9a7",
      "fileid": "01928a6d50f3dfee6fc58f5d9e0cb7125afa661a92e7e1b90ca5036ad2adf63a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/adeelk93/actions/runs/26707409552"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.8",
      "date": "2026-05-31T08:17:30.000Z",
      "commit": "6c40208a8082e15a7fd1da3f390a7eb69751f9a7",
      "fileid": "36b15a88edb4f2ee6edde0a228fdc25cd912b9b2c8ede79ce3e03383387269e6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/adeelk93/actions/runs/26707409552"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.8",
      "date": "2026-05-31T08:17:29.000Z",
      "commit": "6c40208a8082e15a7fd1da3f390a7eb69751f9a7",
      "fileid": "6302825e47b87f56ac62be0cbfe8a8f6230f8da991605bfe37dab357c88aec59",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/adeelk93/actions/runs/26707409552"
    }
  ]
}