{
  "_id": "6a10b098acfb0bcc41cc2baf",
  "Package": "outliertree",
  "Type": "Package",
  "Title": "Explainable Outlier Detection Through Decision Tree Conditioning",
  "Version": "1.10.0-1",
  "Authors@R": "person(given = \"David\",\nfamily = \"Cortes\",\nrole = c(\"aut\", \"cre\"),\nemail = \"david.cortes.rivera@gmail.com\")",
  "Maintainer": "David Cortes <david.cortes.rivera@gmail.com>",
  "URL": "https://github.com/david-cortes/outliertree",
  "BugReports": "https://github.com/david-cortes/outliertree/issues",
  "Description": "Outlier detection method that flags suspicious values\nwithin observations, constrasting them against the normal\nvalues in a user-readable format, potentially describing\nconditions within the data that make a given outlier more rare.\nFull procedure is described in Cortes (2020)\n<doi:10.48550/arXiv.2001.00636>. Loosely based on the 'GritBot'\n<https://www.rulequest.com/gritbot-info.html> software.",
  "License": "GPL (>= 3)",
  "LazyData": "true",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.1",
  "Repository": "https://david-cortes.r-universe.dev",
  "Date/Publication": "2026-03-03 20:25:56 UTC",
  "RemoteUrl": "https://github.com/david-cortes/outliertree",
  "RemoteRef": "HEAD",
  "RemoteSha": "67ec1af6c16529c3f30e5c65bbb177b2e73abe96",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-02 08:47:18 UTC",
    "User": "root"
  },
  "Author": "David Cortes [aut, cre]",
  "MD5sum": "8f6c8c815bcd8fc0f43b5a5ebbcc1ce7",
  "_user": "david-cortes",
  "_type": "src",
  "_file": "outliertree_1.10.0-1.tar.gz",
  "_fileid": "b8ee10d727e7cf5b3f0708c4edcfa5b55980a3c8514cbad9301b8d00d2137178",
  "_filesize": 463323,
  "_sha256": "b8ee10d727e7cf5b3f0708c4edcfa5b55980a3c8514cbad9301b8d00d2137178",
  "_created": "2026-05-02T08:47:18.000Z",
  "_published": "2026-06-01T09:47:48.031Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77449852188,
      "time": 148,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6761965856"
    },
    {
      "job": 77449851815,
      "time": 147,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6761965761"
    },
    {
      "job": 77449851879,
      "time": 143,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6761965561"
    },
    {
      "job": 77449851784,
      "time": 138,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6761965660"
    },
    {
      "job": 77449852144,
      "time": 167,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6761964924"
    },
    {
      "job": 77449851769,
      "time": 274,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6761974940"
    },
    {
      "job": 77449851752,
      "time": 145,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6761964039"
    },
    {
      "job": 77449851917,
      "time": 274,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6761973757"
    },
    {
      "job": 77449851566,
      "time": 307,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6761953184"
    },
    {
      "job": 77449851316,
      "time": 121,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168857493"
    },
    {
      "job": 77449851758,
      "time": 192,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6761969333"
    },
    {
      "job": 77449851998,
      "time": 127,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6761964070"
    },
    {
      "job": 77449851865,
      "time": 138,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6761965016"
    }
  ],
  "_buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25248134184",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/david-cortes/outliertree",
  "_commit": {
    "id": "67ec1af6c16529c3f30e5c65bbb177b2e73abe96",
    "author": "david-cortes <david.cortes.rivera@gmail.com>",
    "committer": "david-cortes <david.cortes.rivera@gmail.com>",
    "message": "replace Rf_error with Rcpp::stop fixes #10\n",
    "time": 1772569556
  },
  "_maintainer": {
    "name": "David Cortes",
    "email": "david.cortes.rivera@gmail.com",
    "login": "david-cortes",
    "uuid": 11860098
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.3.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcereal",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.1",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "kableExtra",
      "role": "Suggests"
    },
    {
      "package": "data.table",
      "role": "Suggests"
    }
  ],
  "_owner": "david-cortes",
  "_selfowned": true,
  "_usedby": 2,
  "_updates": [
    {
      "week": "2025-19",
      "n": 1
    },
    {
      "week": "2026-10",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "anomaly-detection",
    "outlier-detection",
    "cpp",
    "openmp"
  ],
  "_stars": 64,
  "_contributors": [
    {
      "user": "david-cortes",
      "count": 219,
      "uuid": 11860098
    },
    {
      "user": "enchufa2",
      "count": 1,
      "uuid": 4542928
    }
  ],
  "_userbio": {
    "uuid": 11860098,
    "type": "user",
    "name": "david-cortes"
  },
  "_downloads": {
    "count": 1641,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/outliertree"
  },
  "_devurl": "https://github.com/david-cortes/outliertree",
  "_searchresults": 24,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/outliertree.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/david-cortes/outliertree",
  "_realowner": "david-cortes",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2019-07-31"
    },
    {
      "version": "1.0.1",
      "date": "2019-08-19"
    },
    {
      "version": "1.0.2",
      "date": "2019-08-28"
    },
    {
      "version": "1.0.4",
      "date": "2019-09-02"
    },
    {
      "version": "1.1.2",
      "date": "2020-01-09"
    },
    {
      "version": "1.1.3",
      "date": "2020-01-12"
    },
    {
      "version": "1.2.0",
      "date": "2020-04-19"
    },
    {
      "version": "1.3.0",
      "date": "2020-06-10"
    },
    {
      "version": "1.3.1",
      "date": "2020-12-11"
    },
    {
      "version": "1.3.4",
      "date": "2021-01-18"
    },
    {
      "version": "1.6.0",
      "date": "2021-03-15"
    },
    {
      "version": "1.7.1",
      "date": "2021-04-16"
    },
    {
      "version": "1.7.2",
      "date": "2021-05-17"
    },
    {
      "version": "1.7.3",
      "date": "2021-07-16"
    },
    {
      "version": "1.7.4",
      "date": "2021-08-22"
    },
    {
      "version": "1.7.6",
      "date": "2021-09-25"
    },
    {
      "version": "1.7.6-1",
      "date": "2021-10-29"
    },
    {
      "version": "1.8.1",
      "date": "2022-02-17"
    },
    {
      "version": "1.8.1-1",
      "date": "2022-08-06"
    },
    {
      "version": "1.8.2",
      "date": "2023-11-21"
    },
    {
      "version": "1.9.0",
      "date": "2024-02-09"
    },
    {
      "version": "1.10.0",
      "date": "2024-09-06"
    },
    {
      "version": "1.10.0-1",
      "date": "2026-03-05"
    }
  ],
  "_exports": [
    "check.outlierness.bounds",
    "extract.training.outliers",
    "outlier.tree"
  ],
  "_datasets": [
    {
      "name": "hypothyroid",
      "title": "Data about thyroid hormones for anonymous patients",
      "object": "hypothyroid",
      "class": [
        "data.frame"
      ],
      "fields": [
        "age",
        "sex",
        "on.thyroxine",
        "query.on.thyroxine",
        "on.antithyroid.medication",
        "sick",
        "pregnant",
        "thyroid.surgery",
        "I131.treatment",
        "query.hypothyroid",
        "query.hyperthyroid",
        "lithium",
        "tumor",
        "goitre",
        "hypopituitary",
        "psych",
        "TSH",
        "T3",
        "TT4",
        "T4U",
        "referral.source",
        "diagnosis",
        "FTI"
      ],
      "rows": 2772,
      "table": true,
      "tojson": true
    },
    {
      "name": "titanic",
      "title": "Data about passengers of the RMS Titanic",
      "object": "titanic",
      "class": [
        "data.frame"
      ],
      "fields": [
        "pclass",
        "survived",
        "name",
        "sex",
        "age",
        "sibsp",
        "parch",
        "ticket",
        "fare",
        "cabin",
        "embarked",
        "boat",
        "body",
        "home.dest"
      ],
      "rows": 1309,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "sub-.outlieroutputs",
      "title": "Slice or sub-set outliers",
      "topics": [
        "[.outlieroutputs"
      ]
    },
    {
      "page": "as.list.outlieroutputs",
      "title": "Convert outlier outputs to R list",
      "topics": [
        "as.list.outlieroutputs"
      ]
    },
    {
      "page": "check.outlierness.bounds",
      "title": "Check values that could potentially flag an observation as outlier",
      "topics": [
        "check.outlierness.bounds"
      ]
    },
    {
      "page": "extract.training.outliers",
      "title": "Extract outliers found in training data",
      "topics": [
        "extract.training.outliers"
      ]
    },
    {
      "page": "hypothyroid",
      "title": "Data about thyroid hormones for anonymous patients",
      "topics": [
        "hypothyroid"
      ]
    },
    {
      "page": "outlier.tree",
      "title": "Outlier Tree",
      "topics": [
        "outlier.tree"
      ]
    },
    {
      "page": "predict.outliertree",
      "title": "Predict method for Outlier Tree",
      "topics": [
        "predict.outliertree"
      ]
    },
    {
      "page": "print.outlieroutputs",
      "title": "Print outliers in human-readable format",
      "topics": [
        "print.outlieroutputs"
      ]
    },
    {
      "page": "print.outliertree",
      "title": "Print summary information from Outlier Tree model",
      "topics": [
        "print.outliertree"
      ]
    },
    {
      "page": "summary.outlieroutputs",
      "title": "Print outliers in human-readable format",
      "topics": [
        "summary.outlieroutputs"
      ]
    },
    {
      "page": "summary.outliertree",
      "title": "Print summary information from Outlier Tree model",
      "topics": [
        "summary.outliertree"
      ]
    },
    {
      "page": "titanic",
      "title": "Data about passengers of the RMS Titanic",
      "topics": [
        "titanic"
      ]
    },
    {
      "page": "variable.names.outliertree",
      "title": "Get Variable Names for OutlierTree Model",
      "topics": [
        "variable.names.outliertree"
      ]
    }
  ],
  "_readme": "https://github.com/david-cortes/outliertree/raw/HEAD/README.md",
  "_rundeps": [
    "Rcereal",
    "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"
    }
  ],
  "_vignettes": [
    {
      "source": "Explainable_Outlier_Detection_in_Titanic_dataset.Rmd",
      "filename": "Explainable_Outlier_Detection_in_Titanic_dataset.html",
      "title": "Explainable Outlier Detection in Titanic dataset",
      "author": "David Cortes",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Explainable Outlier Detection in Titanic dataset",
        "Loading the raw data",
        "Pre-processing the data",
        "Fitting a model",
        "Examining the results more closely",
        "Trying different hyperparameters"
      ],
      "created": "2022-02-17 16:21:02",
      "modified": "2022-02-17 20:26:30",
      "commits": 3
    },
    {
      "source": "Introducing_OutlierTree.Rmd",
      "filename": "Introducing_OutlierTree.html",
      "title": "Introducing OutlierTree",
      "author": "David Cortes",
      "engine": "knitr::rmarkdown",
      "headings": [
        "A look at the dataset",
        "Finding outliers",
        "A closer look at some of those outliers",
        "Handling results"
      ],
      "created": "2021-05-06 18:07:16",
      "modified": "2021-05-06 20:17:03",
      "commits": 3
    }
  ],
  "_score": 7.480681042796211,
  "_indexed": true,
  "_nocasepkg": "outliertree",
  "_universes": [
    "david-cortes"
  ],
  "_progress_url": "https://github.com/r-universe/david-cortes/actions/runs/26747525164",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.10.0-1",
      "date": "2026-05-02T08:49:52.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "67ec1af6c16529c3f30e5c65bbb177b2e73abe96",
      "fileid": "84806d51cc73eab836175f2daf56e7d617e199d19f31b10f1be0da8ab97ecdfa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25248134184"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.10.0-1",
      "date": "2026-05-02T08:49:51.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "67ec1af6c16529c3f30e5c65bbb177b2e73abe96",
      "fileid": "b3adfc16748380d82b402236bfda9fa41342f83840bbec12ad1f0146b203a749",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25248134184"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.10.0-1",
      "date": "2026-05-02T08:49:52.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "67ec1af6c16529c3f30e5c65bbb177b2e73abe96",
      "fileid": "a270c784ac87e81c9b57139ce4723f49da3293046831b661776f9287aa47e635",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25248134184"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.10.0-1",
      "date": "2026-05-02T08:49:52.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "67ec1af6c16529c3f30e5c65bbb177b2e73abe96",
      "fileid": "f79f40c782f412e111e87e3639f29adaa387a475beea9d12dffa0314cb96622b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25248134184"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.10.0-1",
      "date": "2026-05-02T08:49:50.000Z",
      "arch": "aarch64",
      "commit": "67ec1af6c16529c3f30e5c65bbb177b2e73abe96",
      "fileid": "aeacfb12ec8ade0b6c8f2838657ccbd0c1a3a6b592edfc1fac4f7715c45a7d97",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25248134184"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.10.0-1",
      "date": "2026-05-02T08:51:09.000Z",
      "arch": "x86_64",
      "commit": "67ec1af6c16529c3f30e5c65bbb177b2e73abe96",
      "fileid": "a72699b4e24686e1f3faa646e211cf154411e57d1c5f7239ea1ecc2e3fcddede",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25248134184"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.10.0-1",
      "date": "2026-05-02T08:49:41.000Z",
      "arch": "aarch64",
      "commit": "67ec1af6c16529c3f30e5c65bbb177b2e73abe96",
      "fileid": "75bbde6e3e62b987ba9500588f5bad595bbd4c69e678a778a952e0283a42cefe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25248134184"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.10.0-1",
      "date": "2026-05-02T08:50:52.000Z",
      "arch": "x86_64",
      "commit": "67ec1af6c16529c3f30e5c65bbb177b2e73abe96",
      "fileid": "516ae0219cdea51a341be7323597ee669bfa2a99e20822060c4c2d1851463636",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25248134184"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.10.0-1",
      "date": "2026-05-02T08:49:54.000Z",
      "arch": "x86_64",
      "commit": "67ec1af6c16529c3f30e5c65bbb177b2e73abe96",
      "fileid": "2775e5cfe30f7146495039b3438b2b880cf9b27b4d6097d5ee865eef78bb00d1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25248134184"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.10.0-1",
      "date": "2026-05-02T08:49:01.000Z",
      "arch": "x86_64",
      "commit": "67ec1af6c16529c3f30e5c65bbb177b2e73abe96",
      "fileid": "34df24a05b4cd131b727b57459b160913ee188f4b8eb00def64dfc97f04132ea",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25248134184"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.10.0-1",
      "date": "2026-05-02T08:49:12.000Z",
      "arch": "x86_64",
      "commit": "67ec1af6c16529c3f30e5c65bbb177b2e73abe96",
      "fileid": "72efeb89849fb5a089e7aeb66f8849b5cb75676f54fde3e881a0ca49928fd5ad",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25248134184"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.10.0-1",
      "date": "2026-05-22T19:37:21.000Z",
      "arch": "emscripten",
      "commit": "67ec1af6c16529c3f30e5c65bbb177b2e73abe96",
      "fileid": "2727b8c9808ef371694784705c1602b66b14cdae3d3b0bc7c46875b499f50f4f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/25248134184"
    }
  ]
}