{
  "_id": "6a499ade4ae8ee07ee133215",
  "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-06-21 10:06:09 UTC",
    "User": "root"
  },
  "Author": "Michael Mayer [aut, cre]",
  "Maintainer": "Michael Mayer <mayermichael79@gmail.com>",
  "_user": "mayer79",
  "_type": "src",
  "_file": "missRanger_2.6.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/5ea4ffaf5606c4e0293839298f0d519154717040f1be01c99203d65181de9e32",
  "_filesize": 173875,
  "_sha256": "5ea4ffaf5606c4e0293839298f0d519154717040f1be01c99203d65181de9e32",
  "_expires": "2026-10-12T23:44:28.000Z",
  "_created": "2026-06-21T10:06:09.000Z",
  "_published": "2026-07-04T23:44:30.224Z",
  "_jobs": [
    {
      "job": 85176533074,
      "time": 129,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7774252741"
    },
    {
      "job": 85176533038,
      "time": 115,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7774251114"
    },
    {
      "job": 85176533056,
      "time": 71,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7774248684"
    },
    {
      "job": 85176532987,
      "time": 116,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7774251883"
    },
    {
      "job": 85176532892,
      "time": 172,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7774235782"
    },
    {
      "job": 85176532887,
      "time": 100,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7774249212"
    },
    {
      "job": 85176532975,
      "time": 93,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7774248272"
    },
    {
      "job": 85176533049,
      "time": 87,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7774247538"
    },
    {
      "job": 85176533068,
      "time": 71,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7774245230"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mayer79/actions/runs/27900879590",
  "_status": "success",
  "_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
  },
  "_distro": "noble",
  "_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",
    "followers": 123,
    "description": "Unbiased statistics | ML"
  },
  "_downloads": {
    "count": 5328,
    "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": 424,
  "_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.642626333345234,
  "_indexed": true,
  "_nocasepkg": "missranger",
  "_universes": [
    "mayer79"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.6.2",
      "date": "2026-06-21T10:08:14.000Z",
      "distro": "noble",
      "commit": "62bea6ecdfe0838dc034628b45bcfa44028a402e",
      "fileid": "https://r2.ropensci.org/34bf2d03e18a26d0e079afe6b6797f04a08202acc573129d4cf2e5260762cfd8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/27900879590"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.6.2",
      "date": "2026-06-21T10:08:03.000Z",
      "distro": "noble",
      "commit": "62bea6ecdfe0838dc034628b45bcfa44028a402e",
      "fileid": "https://r2.ropensci.org/311ff4e1df39d50a753832f0377e99c642217347361d3bc732e9ebed6c219e85",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/27900879590"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.6.2",
      "date": "2026-06-21T10:07:50.000Z",
      "commit": "62bea6ecdfe0838dc034628b45bcfa44028a402e",
      "fileid": "https://r2.ropensci.org/2851a5717a0cbc12b72feb7770050d156fc58e7639c845b6ee8b8cec1f1c9512",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/27900879590"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.6.2",
      "date": "2026-06-21T10:08:08.000Z",
      "commit": "62bea6ecdfe0838dc034628b45bcfa44028a402e",
      "fileid": "https://r2.ropensci.org/f53fa45dbe6729dc3722a8651840e2335a9e5c2569bf99c2159dc06752ebb1e2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/27900879590"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.6.2",
      "date": "2026-06-21T10:08:05.000Z",
      "commit": "62bea6ecdfe0838dc034628b45bcfa44028a402e",
      "fileid": "https://r2.ropensci.org/3330eb1aca40e0265478c6514a815a5e9a6447da746072102f3e316995c437cd",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/27900879590"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.6.2",
      "date": "2026-06-21T10:07:31.000Z",
      "commit": "62bea6ecdfe0838dc034628b45bcfa44028a402e",
      "fileid": "https://r2.ropensci.org/a8a48944de282f9f32d15a5b9f503138247cc3b60f716b3a46827a6d7ab2e8e8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/27900879590"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.6.2",
      "date": "2026-06-21T10:07:25.000Z",
      "commit": "62bea6ecdfe0838dc034628b45bcfa44028a402e",
      "fileid": "https://r2.ropensci.org/1ddb2856585cf197b2f5540f5ed6258233e86ff2d215be4528fed800bc57cd9c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/27900879590"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.6.2",
      "date": "2026-06-21T10:07:11.000Z",
      "commit": "62bea6ecdfe0838dc034628b45bcfa44028a402e",
      "fileid": "https://r2.ropensci.org/db1142008a1e12d633d1de8867558037f69707b6b41e1457dafd7f9722c06d94",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mayer79/actions/runs/27900879590"
    }
  ]
}