{
  "_id": "6a1f3636b401979e734288a8",
  "Package": "outForest",
  "Title": "Multivariate Outlier Detection and Replacement",
  "Version": "1.0.2",
  "Authors@R": "person(given = \"Michael\",\nfamily = \"Mayer\",\nrole = c(\"aut\", \"cre\"),\nemail = \"mayermichael79@gmail.com\")",
  "Description": "Provides a random forest based implementation of the\nmethod described in Chapter 7.1.2 (Regression model based\nanomaly detection) of Chandola et al. (2009)\n<doi:10.1145/1541880.1541882>. It works as follows: Each\nnumeric variable is regressed onto all other variables by a\nrandom forest. If the scaled absolute difference between\nobserved value and out-of-bag prediction of the corresponding\nrandom forest is suspiciously large, then a value is considered\nan outlier. The package offers different options to replace\nsuch outliers, e.g. by realistic values found via predictive\nmean matching. Once the method is trained on a reference data,\nit can be applied to new data.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "URL": "https://github.com/mayer79/outForest",
  "BugReports": "https://github.com/mayer79/outForest/issues",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Repository": "https://mayer79.r-universe.dev",
  "Date/Publication": "2025-04-06 09:47:38 UTC",
  "RemoteUrl": "https://github.com/mayer79/outforest",
  "RemoteRef": "HEAD",
  "RemoteSha": "33820d491475455c04679c424c4d01dd42755898",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-15 06:21:06 UTC",
    "User": "root"
  },
  "Author": "Michael Mayer [aut, cre]",
  "Maintainer": "Michael Mayer <mayermichael79@gmail.com>",
  "MD5sum": "700b71067497a92c78ee28d5783df3d3",
  "_user": "mayer79",
  "_type": "src",
  "_file": "outForest_1.0.2.tar.gz",
  "_fileid": "5a648050261b814e7d9a2c6524bdb24f5939f6bfbe06c9a210c5121cb92de1c1",
  "_filesize": 482396,
  "_sha256": "5a648050261b814e7d9a2c6524bdb24f5939f6bfbe06c9a210c5121cb92de1c1",
  "_created": "2026-05-15T06:21:06.000Z",
  "_published": "2026-06-02T19:59:50.832Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79160359249,
      "time": 117,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7011342539"
    },
    {
      "job": 79160359406,
      "time": 114,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011342083"
    },
    {
      "job": 79160359655,
      "time": 122,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7011343457"
    },
    {
      "job": 79160359261,
      "time": 87,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011336009"
    },
    {
      "job": 79160358907,
      "time": 156,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011316760"
    },
    {
      "job": 79160358763,
      "time": 98,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7368417251"
    },
    {
      "job": 79160359559,
      "time": 77,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7011334024"
    },
    {
      "job": 79160359572,
      "time": 72,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7011332862"
    },
    {
      "job": 79160359430,
      "time": 77,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011333946"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mayer79/actions/runs/25903577554",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/mayer79/outforest",
  "_commit": {
    "id": "33820d491475455c04679c424c4d01dd42755898",
    "author": "Michael Mayer <mayermichael79@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #16 from mayer79/update-code-cov-version\n\nUpdate code coverage version",
    "time": 1743932858
  },
  "_maintainer": {
    "name": "Michael Mayer",
    "email": "mayermichael79@gmail.com",
    "login": "mayer79",
    "uuid": 16206095
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "FNN",
      "role": "Imports"
    },
    {
      "package": "ranger",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "missRanger",
      "version": ">= 2.1.0",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "mayer79",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "machine-learning",
    "outlier",
    "outlier-analysis",
    "outlier-detection",
    "random-forest"
  ],
  "_stars": 14,
  "_contributors": [
    {
      "user": "mayer79",
      "count": 86,
      "uuid": 16206095
    }
  ],
  "_userbio": {
    "uuid": 16206095,
    "type": "user",
    "name": "Michael Mayer",
    "description": "Unbiased statistics | ML"
  },
  "_downloads": {
    "count": 229,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/outForest"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/mayer79/outforest",
  "_searchresults": 19,
  "_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/outForest.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mayer79/outforest",
  "_realowner": "mayer79",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-01-13"
    },
    {
      "version": "0.1.1",
      "date": "2021-01-07"
    },
    {
      "version": "0.1.2",
      "date": "2022-01-31"
    },
    {
      "version": "0.1.3",
      "date": "2023-03-30"
    },
    {
      "version": "1.0.0",
      "date": "2023-04-25"
    },
    {
      "version": "1.0.1",
      "date": "2023-05-21"
    }
  ],
  "_exports": [
    "Data",
    "generateOutliers",
    "is.outForest",
    "outForest",
    "outliers"
  ],
  "_help": [
    {
      "page": "Data",
      "title": "Extracts Data",
      "topics": [
        "Data",
        "Data.default",
        "Data.outForest"
      ]
    },
    {
      "page": "generateOutliers",
      "title": "Adds Outliers",
      "topics": [
        "generateOutliers"
      ]
    },
    {
      "page": "is.outForest",
      "title": "Type Check",
      "topics": [
        "is.outForest"
      ]
    },
    {
      "page": "outForest",
      "title": "Multivariate Outlier Detection and Replacement",
      "topics": [
        "outForest"
      ]
    },
    {
      "page": "outliers",
      "title": "Extracts Outliers",
      "topics": [
        "outliers",
        "outliers.default",
        "outliers.outForest"
      ]
    },
    {
      "page": "plot.outForest",
      "title": "Plots outForest",
      "topics": [
        "plot.outForest"
      ]
    },
    {
      "page": "predict.outForest",
      "title": "Out-of-Sample Application",
      "topics": [
        "predict.outForest"
      ]
    },
    {
      "page": "print.outForest",
      "title": "Prints outForest",
      "topics": [
        "print.outForest"
      ]
    },
    {
      "page": "summary.outForest",
      "title": "Summarizes outForest",
      "topics": [
        "summary.outForest"
      ]
    }
  ],
  "_pkglogo": "https://github.com/mayer79/outforest/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/mayer79/outforest/raw/HEAD/README.md",
  "_rundeps": [
    "FNN",
    "lattice",
    "Matrix",
    "missRanger",
    "ranger",
    "Rcpp",
    "RcppEigen"
  ],
  "_vignettes": [
    {
      "source": "outForest.Rmd",
      "filename": "outForest.html",
      "title": "Using 'outForest'",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Installation",
        "Usage",
        "Pipe",
        "Out-of-sample application",
        "The formula interface",
        "Too many values are identified as outliers. Crap!",
        "I don't want outliers to be replaced!",
        "The algorithm takes too much time. What can I do?",
        "References"
      ],
      "created": "2021-04-11 08:19:09",
      "modified": "2023-05-21 19:31:49",
      "commits": 5
    }
  ],
  "_score": 5.123851640967086,
  "_indexed": true,
  "_nocasepkg": "outforest",
  "_universes": [
    "mayer79"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-05-15T06:23:03.000Z",
      "distro": "noble",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "98de8500d9c86dc4b88a7a883761dce79b730240ea595d9bbcc326859382d037",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/25903577554"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-05-15T06:23:00.000Z",
      "distro": "noble",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "03699439162cc40e9c0bdda4075cbd32660c848b62a3d44a67967bccb4380a38",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/25903577554"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-05-15T06:23:06.000Z",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "48556124f3608d27e2812d8453d264a54df296e50907f91550dd16b5866edd6f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/25903577554"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-05-15T06:22:36.000Z",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "7dca653261daf76b5a0d10818f306ae21ca178490c4519f3b3fe15031f8d950f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/25903577554"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-05-15T06:22:19.000Z",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "e56e800ab9d8ef4159e4f25b31a30045fb50450b4d8734c2f68453933ecdd6b5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/25903577554"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-05-15T06:22:14.000Z",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "0b7c6c102d689d90ec46890ec55626572c04019849ac6b6d3596f8b7b379b2cc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/25903577554"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-05-15T06:22:15.000Z",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "09e5225df785072c3f843ecdac664b6b220de3127ef39a6a97673dfa1adf6982",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/25903577554"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.2",
      "date": "2026-06-02T19:59:32.000Z",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "6ae8fd0cef6fcbfad74b717fb549424048624ac13c9252c73ef031f565c07a8e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/25903577554"
    }
  ]
}