{
  "_id": "6a10a746acfb0bcc41cbc4fe",
  "Package": "missRanger",
  "Title": "Fast Imputation of Missing Values",
  "Version": "2.6.2",
  "Authors@R": "person(\"Michael\", \"Mayer\", , \"mayermichael79@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Description": "Alternative implementation of the beautiful 'MissForest'\nalgorithm used to impute mixed-type data sets by chaining\nrandom forests, introduced by Stekhoven, D.J. and Buehlmann, P.\n(2012) <doi:10.1093/bioinformatics/btr597>. Under the hood, it\nuses the lightning fast random forest package 'ranger'. Between\nthe iterative model fitting, we offer the option of using\npredictive mean matching. This firstly avoids imputation with\nvalues not already present in the original data (like a value\n0.3334 in 0-1 coded variable).  Secondly, predictive mean\nmatching tries to raise the variance in the resulting\nconditional distributions to a realistic level. This would\nallow, e.g., to do multiple imputation when repeating the call\nto missRanger(). Out-of-sample application is supported as\nwell.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "URL": "https://github.com/mayer79/missRanger,\nhttps://mayer79.github.io/missRanger/",
  "BugReports": "https://github.com/mayer79/missRanger/issues",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Repository": "https://mayer79.r-universe.dev",
  "Date/Publication": "2025-04-06 09:36:48 UTC",
  "RemoteUrl": "https://github.com/mayer79/missranger",
  "RemoteRef": "HEAD",
  "RemoteSha": "62bea6ecdfe0838dc034628b45bcfa44028a402e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-22 18:49:03 UTC",
    "User": "root"
  },
  "Author": "Michael Mayer [aut, cre]",
  "Maintainer": "Michael Mayer <mayermichael79@gmail.com>",
  "MD5sum": "d557e16e684b2aee0e4e4f78312adba9",
  "_user": "mayer79",
  "_type": "src",
  "_file": "missRanger_2.6.2.tar.gz",
  "_fileid": "b0164aaa40c3b56c4fc0e688e63c78b1388156caf2a1fc32c98b23070f497e44",
  "_filesize": 174670,
  "_sha256": "b0164aaa40c3b56c4fc0e688e63c78b1388156caf2a1fc32c98b23070f497e44",
  "_created": "2026-05-22T18:49:03.000Z",
  "_published": "2026-05-22T18:58:14.075Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77442839903,
      "time": 126,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7168068946"
    },
    {
      "job": 77442839884,
      "time": 117,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168063975"
    },
    {
      "job": 77442839868,
      "time": 111,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7168095956"
    },
    {
      "job": 77442839872,
      "time": 115,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168097044"
    },
    {
      "job": 77442328374,
      "time": 198,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168016451"
    },
    {
      "job": 77442839891,
      "time": 91,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168051275"
    },
    {
      "job": 77442839889,
      "time": 89,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7168046239"
    },
    {
      "job": 77442839916,
      "time": 95,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7168047980"
    },
    {
      "job": 77442839878,
      "time": 79,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168043041"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mayer79/actions/runs/26218013943",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/mayer79/missranger",
  "_commit": {
    "id": "62bea6ecdfe0838dc034628b45bcfa44028a402e",
    "author": "Michael Mayer <mayermichael79@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #86 from mayer79/update-code-cov\n\nUpdate code coverage version",
    "time": 1743932208
  },
  "_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",
      "version": ">= 0.16.0",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "mayer79",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "imputation",
    "machine-learning",
    "missing-values",
    "random-forest"
  ],
  "_stars": 72,
  "_contributors": [
    {
      "user": "mayer79",
      "count": 205,
      "uuid": 16206095
    },
    {
      "user": "olivroy",
      "count": 4,
      "uuid": 52606734
    },
    {
      "user": "andland",
      "count": 1,
      "uuid": 3355438
    },
    {
      "user": "jameypmcdowell",
      "count": 1,
      "uuid": 26603150
    },
    {
      "user": "thierrygosselin",
      "count": 1,
      "uuid": 2145314
    }
  ],
  "_userbio": {
    "uuid": 16206095,
    "type": "user",
    "name": "Michael Mayer",
    "description": "Unbiased statistics | ML"
  },
  "_downloads": {
    "count": 5573,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/missRanger"
  },
  "_mentions": 5,
  "_devurl": "https://github.com/mayer79/missranger",
  "_pkgdown": "https://mayer79.github.io/missRanger/",
  "_searchresults": 448,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/missRanger.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mayer79/missranger",
  "_realowner": "mayer79",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2017-08-25"
    },
    {
      "version": "1.0.1",
      "date": "2018-03-22"
    },
    {
      "version": "1.0.2",
      "date": "2018-04-23"
    },
    {
      "version": "1.0.3",
      "date": "2018-05-15"
    },
    {
      "version": "1.0.4",
      "date": "2019-01-07"
    },
    {
      "version": "1.0.5",
      "date": "2019-06-09"
    },
    {
      "version": "2.1.0",
      "date": "2019-06-30"
    },
    {
      "version": "2.1.1",
      "date": "2021-03-20"
    },
    {
      "version": "2.1.3",
      "date": "2021-03-30"
    },
    {
      "version": "2.2.0",
      "date": "2023-03-24"
    },
    {
      "version": "2.2.1",
      "date": "2023-04-28"
    },
    {
      "version": "2.3.0",
      "date": "2023-10-20"
    },
    {
      "version": "2.4.0",
      "date": "2023-11-19"
    },
    {
      "version": "2.5.0",
      "date": "2024-07-12"
    },
    {
      "version": "2.6.0",
      "date": "2024-08-17"
    },
    {
      "version": "2.6.1",
      "date": "2024-12-07"
    }
  ],
  "_exports": [
    "generateNA",
    "imputeUnivariate",
    "missRanger",
    "pmm"
  ],
  "_help": [
    {
      "page": "generateNA",
      "title": "Adds Missing Values",
      "topics": [
        "generateNA"
      ]
    },
    {
      "page": "imputeUnivariate",
      "title": "Univariate Imputation",
      "topics": [
        "imputeUnivariate"
      ]
    },
    {
      "page": "missRanger",
      "title": "Fast Imputation of Missing Values by Chained Random Forests",
      "topics": [
        "missRanger"
      ]
    },
    {
      "page": "pmm",
      "title": "Predictive Mean Matching",
      "topics": [
        "pmm"
      ]
    },
    {
      "page": "predict.missRanger",
      "title": "Predict Method",
      "topics": [
        "predict.missRanger"
      ]
    },
    {
      "page": "print.missRanger",
      "title": "Print Method",
      "topics": [
        "print.missRanger"
      ]
    },
    {
      "page": "summary.missRanger",
      "title": "Summary Method",
      "topics": [
        "summary.missRanger"
      ]
    }
  ],
  "_pkglogo": "https://github.com/mayer79/missranger/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/mayer79/missranger/raw/HEAD/README.md",
  "_rundeps": [
    "FNN",
    "lattice",
    "Matrix",
    "ranger",
    "Rcpp",
    "RcppEigen"
  ],
  "_vignettes": [
    {
      "source": "working_with_censoring.Rmd",
      "filename": "working_with_censoring.html",
      "title": "Censored Variables",
      "engine": "knitr::rmarkdown",
      "headings": [
        "How to deal with censored variables?",
        "Example",
        "References"
      ],
      "created": "2022-01-29 11:41:17",
      "modified": "2024-08-15 09:56:54",
      "commits": 6
    },
    {
      "source": "multiple_imputation.Rmd",
      "filename": "multiple_imputation.html",
      "title": "Multiple Imputation",
      "engine": "knitr::rmarkdown",
      "headings": [
        "How to use {missRanger} for multiple imputation?",
        "Example",
        "References"
      ],
      "created": "2021-03-20 09:06:55",
      "modified": "2024-08-15 09:56:54",
      "commits": 8
    },
    {
      "source": "missRanger.Rmd",
      "filename": "missRanger.html",
      "title": "Using missRanger",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Installation",
        "Usage",
        "Predictive mean matching",
        "Controlling the random forests",
        "Extended output",
        "Formulas",
        "Speed-up things",
        "Trick: Use case.weights to reduce impact of rows with many missings",
        "References"
      ],
      "created": "2019-12-29 19:17:38",
      "modified": "2024-07-27 11:53:48",
      "commits": 14
    }
  ],
  "_score": 10.6860633176446,
  "_indexed": true,
  "_nocasepkg": "missranger",
  "_universes": [
    "mayer79"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.6.2",
      "date": "2026-05-22T18:51:43.000Z",
      "distro": "noble",
      "commit": "62bea6ecdfe0838dc034628b45bcfa44028a402e",
      "fileid": "7c29b4391083bf010674d5a5650270fad3baf7baf2f6315dcc15c2ea26e01ce9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/26218013943"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.6.2",
      "date": "2026-05-22T18:51:28.000Z",
      "distro": "noble",
      "commit": "62bea6ecdfe0838dc034628b45bcfa44028a402e",
      "fileid": "3c5168c46dd557c9da57ecb659026fb07144fdf0df0f2a6733d08716ca2d819f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/26218013943"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.6.2",
      "date": "2026-05-22T18:53:13.000Z",
      "commit": "62bea6ecdfe0838dc034628b45bcfa44028a402e",
      "fileid": "edffc7518c59ef85e4a81cc3b7c52a7f110cf0054e43cac01c6ada89da2a343c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/26218013943"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.6.2",
      "date": "2026-05-22T18:53:14.000Z",
      "commit": "62bea6ecdfe0838dc034628b45bcfa44028a402e",
      "fileid": "4bfa7dd55b225b470fc552e1a460df6d56c9958640c9ef79112afea24cdeea6d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/26218013943"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.6.2",
      "date": "2026-05-22T18:51:07.000Z",
      "commit": "62bea6ecdfe0838dc034628b45bcfa44028a402e",
      "fileid": "5f93d116bdafcf3a0baef7badef5e5020e33c8a4187d8ca06851b2b03ed07fd7",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/26218013943"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.6.2",
      "date": "2026-05-22T18:50:26.000Z",
      "commit": "62bea6ecdfe0838dc034628b45bcfa44028a402e",
      "fileid": "c4e2c8080a9fb7fa895a4997ab3e84a183a5517b5a210f1ffce2133df08ee585",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/26218013943"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.6.2",
      "date": "2026-05-22T18:50:29.000Z",
      "commit": "62bea6ecdfe0838dc034628b45bcfa44028a402e",
      "fileid": "f05e925c2ff3b5f89c9c5b9ecb322f2b1784ac403acfe7ef0afb3a6637cdcbd1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/26218013943"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.6.2",
      "date": "2026-05-22T18:50:16.000Z",
      "commit": "62bea6ecdfe0838dc034628b45bcfa44028a402e",
      "fileid": "beb0d2e779afa574b918716eaf7da6dd14fa9cca5ac8c3e08b40391355639f5b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/26218013943"
    }
  ]
}