{
  "_id": "6a113dd2acfb0bcc41ce5f8a",
  "Package": "deadwood",
  "Type": "Package",
  "Title": "Outlier Detection via Trimming of Mutual Reachability Minimum\nSpanning Trees",
  "Version": "0.9.0-3",
  "Date": "2026-02-20",
  "Authors@R": "person(\"Marek\", \"Gagolewski\",\nrole = c(\"aut\", \"cre\", \"cph\"),\nemail = \"marek@gagolewski.com\",\ncomment = c(ORCID = \"0000-0003-0637-6028\")\n)",
  "Description": "Implements an anomaly detection algorithm based on mutual\nreachability minimum spanning trees: 'deadwood' trims\nprotruding tree segments and marks small debris as outliers;\nsee Gagolewski (2026) <https://deadwood.gagolewski.com/>. More\nprecisely, the use of a mutual reachability distance pulls\nperipheral points farther away from each other.  Tree edges\nwith weights beyond the detected elbow point are removed. All\nthe resulting connected components whose sizes are smaller than\na given threshold are deemed anomalous. The 'Python' version of\n'deadwood' is available via 'PyPI'.",
  "BugReports": "https://github.com/gagolews/deadwood/issues",
  "URL": "https://deadwood.gagolewski.com/,\nhttps://github.com/gagolews/deadwood",
  "License": "AGPL-3",
  "Encoding": "UTF-8",
  "SystemRequirements": "OpenMP",
  "RoxygenNote": "7.3.3",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-23 05:38:09 UTC",
    "User": "root"
  },
  "Author": "Marek Gagolewski [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0003-0637-6028>)",
  "Maintainer": "Marek Gagolewski <marek@gagolewski.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-02-21 23:30:02 UTC",
  "RemoteUrl": "https://github.com/cran/deadwood",
  "RemoteRef": "HEAD",
  "RemoteSha": "0496a1cb12c83f8ac7f98e8a9d552bf63b1ca0be",
  "MD5sum": "66fd8777ac1d7e7767d1a04d1609a612",
  "_user": "cran",
  "_type": "src",
  "_file": "deadwood_0.9.0-3.tar.gz",
  "_fileid": "af0232c7c2ea2e1f979b3bb48e668ecfd646d00a631eca010689097506b0c92b",
  "_filesize": 188639,
  "_sha256": "af0232c7c2ea2e1f979b3bb48e668ecfd646d00a631eca010689097506b0c92b",
  "_created": "2026-05-23T05:38:09.000Z",
  "_published": "2026-05-23T05:40:34.713Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77500407717,
      "time": 105,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7174616793"
    },
    {
      "job": 77500407713,
      "time": 103,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7174616623"
    },
    {
      "job": 77500407715,
      "time": 109,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174617096"
    },
    {
      "job": 77500407716,
      "time": 108,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174617116"
    },
    {
      "job": 77500251410,
      "time": 155,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174604414"
    },
    {
      "job": 77500407711,
      "time": 95,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26324716011",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/deadwood",
  "_commit": {
    "id": "0496a1cb12c83f8ac7f98e8a9d552bf63b1ca0be",
    "author": "Marek Gagolewski <marek@gagolewski.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.9.0-3\n",
    "time": 1771716602
  },
  "_maintainer": {
    "name": "Marek Gagolewski",
    "email": "marek@gagolewski.com",
    "login": "gagolews",
    "description": "Free universities!",
    "uuid": 3193581,
    "orcid": "0000-0003-0637-6028"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "quitefastmst",
      "role": "Imports"
    },
    {
      "package": "datasets",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 8,
  "_updates": [
    {
      "week": "2026-08",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "0.9.0-2",
      "date": "2026-02-20"
    },
    {
      "name": "0.9.0-3",
      "date": "2026-02-21"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "gagolews",
      "count": 2,
      "uuid": 3193581
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 455,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/deadwood"
  },
  "_devurl": "https://github.com/gagolews/deadwood",
  "_searchresults": 0,
  "_topics": [
    "cpp",
    "openmp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/deadwood.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/gagolews/deadwood",
  "_realowner": "gagolews",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.9.0-2",
      "date": "2026-02-20"
    },
    {
      "version": "0.9.0-3",
      "date": "2026-02-21"
    }
  ],
  "_exports": [
    "deadwood",
    "kneedle_increasing",
    "mst"
  ],
  "_help": [
    {
      "page": "deadwood",
      "title": "Deadwood: Outlier Detection via Trimming of Mutual Reachability Minimum Spanning Trees",
      "topics": [
        "deadwood",
        "deadwood.default",
        "deadwood.dist",
        "deadwood.mst",
        "deadwood.mstclust"
      ]
    },
    {
      "page": "kneedle",
      "title": "Knee/Elbow Point Detection",
      "topics": [
        "kneedle",
        "kneedle_increasing"
      ]
    },
    {
      "page": "mst",
      "title": "Euclidean and Mutual Reachability Minimum Spanning Trees",
      "topics": [
        "mst",
        "mst.default",
        "mst.dist"
      ]
    }
  ],
  "_rundeps": [
    "quitefastmst",
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_score": 2.380211241711606,
  "_indexed": false,
  "_nocasepkg": "deadwood",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://gagolews.r-universe.dev/deadwood",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.9.0-3",
      "date": "2026-05-23T05:40:04.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "0496a1cb12c83f8ac7f98e8a9d552bf63b1ca0be",
      "fileid": "1055b52d67e79ceb9e2aef1a4abb7fa809ddd7dacb043c821e97c0c1e631c6df",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26324716011"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.9.0-3",
      "date": "2026-05-23T05:40:01.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "0496a1cb12c83f8ac7f98e8a9d552bf63b1ca0be",
      "fileid": "b1146afb28d64ad99b709de779c7b234cedf0daa708b790c96666a72e136144a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26324716011"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.9.0-3",
      "date": "2026-05-23T05:40:05.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "0496a1cb12c83f8ac7f98e8a9d552bf63b1ca0be",
      "fileid": "6082287b11082faf2522ef5c9d53927a7eefec6edcd3a955d6a84bce011050eb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26324716011"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.9.0-3",
      "date": "2026-05-23T05:40:03.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "0496a1cb12c83f8ac7f98e8a9d552bf63b1ca0be",
      "fileid": "55397d605d4c07d7484053b11343842efbc2e895b85f3a75f5ffb677bf244b25",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26324716011"
    }
  ]
}