{
  "_id": "6a49e95254b1f994258aa079",
  "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-06-14 10:22:22 UTC",
    "User": "root"
  },
  "Author": "Michael Mayer [aut, cre]",
  "Maintainer": "Michael Mayer <mayermichael79@gmail.com>",
  "_user": "mayer79",
  "_type": "src",
  "_file": "outForest_1.0.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/32ace6859f432b0c7678bbbcde02e767693f112efb15038ecb7038c67173eea9",
  "_filesize": 486561,
  "_sha256": "32ace6859f432b0c7678bbbcde02e767693f112efb15038ecb7038c67173eea9",
  "_expires": "2026-10-13T05:19:12.000Z",
  "_created": "2026-06-14T10:22:22.000Z",
  "_published": "2026-07-05T05:19:14.202Z",
  "_jobs": [
    {
      "job": 85195170699,
      "time": 107,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7620056791"
    },
    {
      "job": 85195170850,
      "time": 112,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7620057565"
    },
    {
      "job": 85195170752,
      "time": 86,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7620054331"
    },
    {
      "job": 85195170748,
      "time": 129,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7620059379"
    },
    {
      "job": 85195170789,
      "time": 173,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7620044449"
    },
    {
      "job": 85195170800,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7620057036"
    },
    {
      "job": 85195170806,
      "time": 112,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7620057490"
    },
    {
      "job": 85195170872,
      "time": 67,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7620052711"
    },
    {
      "job": 85195170798,
      "time": 88,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7620054934"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mayer79/actions/runs/27495785741",
  "_status": "success",
  "_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
  },
  "_distro": "noble",
  "_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",
    "followers": 123,
    "description": "Unbiased statistics | ML"
  },
  "_downloads": {
    "count": 243,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/outForest"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/mayer79/outforest",
  "_searchresults": 23,
  "_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.20682587603185,
  "_indexed": true,
  "_nocasepkg": "outforest",
  "_universes": [
    "mayer79"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-06-14T10:24:14.000Z",
      "distro": "noble",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "https://r2.ropensci.org/3f7dd44ab75cdcd9f96a86084d8e82e5c38c1b93793a97cb432aab739ad292ee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/27495785741"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-06-14T10:24:18.000Z",
      "distro": "noble",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "https://r2.ropensci.org/e8d100aef2a56c042d7ce012a04da01dde7c765f0cd1ef26455b4735fd5c9504",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/27495785741"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-06-14T10:23:52.000Z",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "https://r2.ropensci.org/e4e4c38eaa8348cea2aa54c213b8590a63cf9e886d4f33c04fedbfd7b0ccc32c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/27495785741"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-06-14T10:24:31.000Z",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "https://r2.ropensci.org/2dad399581079e78eaa8355fcf747297888d592812ff7eaef53bc723c7949797",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/27495785741"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.2",
      "date": "2026-06-14T10:24:28.000Z",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "https://r2.ropensci.org/b016b85ce1fa105ed7ca2f5ad3a3ebc9d70e5de380c8f06158c90ade4b549f2f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/27495785741"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-06-14T10:23:47.000Z",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "https://r2.ropensci.org/104b3d63f7aa7cdc047b19acd4d8968826a34c2751dd81589aecf21f22e673ba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/27495785741"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-06-14T10:23:31.000Z",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "https://r2.ropensci.org/0657df3720b41484d59b6e79cf72313c09bf9f0902a060871cd2d9e5f62f9651",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/27495785741"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-06-14T10:23:47.000Z",
      "commit": "33820d491475455c04679c424c4d01dd42755898",
      "fileid": "https://r2.ropensci.org/4fe88c0681dd9b006aec0719dc4749f914aa6c62056bb08248f0fb4c911a0012",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/27495785741"
    }
  ]
}