{
  "_id": "6a0f66cdacfb0bcc41c5d562",
  "Package": "missForest",
  "Type": "Package",
  "Title": "Nonparametric Missing Value Imputation using Random Forest",
  "Version": "1.6.1",
  "Date": "2025-10-22",
  "Authors@R": "person(given = c(\"Daniel\",\"J.\"),\nfamily = \"Stekhoven\",\nrole = c(\"aut\",\"cre\"),\nemail = \"stekhoven@nexus.ethz.ch\")",
  "Maintainer": "Daniel J. Stekhoven <stekhoven@nexus.ethz.ch>",
  "VignetteBuilder": "knitr",
  "Description": "The function 'missForest' in this package is used to\nimpute missing values particularly in the case of mixed-type\ndata. It uses a random forest (via 'ranger' or 'randomForest')\ntrained on the observed values of a data matrix to predict the\nmissing values. It can be used to impute continuous and/or\ncategorical data including complex interactions and non-linear\nrelations. It yields an out-of-bag (OOB) imputation error\nestimate without the need of a test set or elaborate\ncross-validation. It can be run in parallel to save computation\ntime.",
  "License": "GPL (>= 2)",
  "URL": "https://www.r-project.org, https://github.com/stekhoven/missForest",
  "BugReports": "https://github.com/stekhoven/missForest/issues",
  "RdMacros": "Rdpack",
  "Encoding": "UTF-8",
  "Repository": "https://stekhoven.r-universe.dev",
  "Date/Publication": "2025-10-22 20:16:33 UTC",
  "RemoteUrl": "https://github.com/stekhoven/missforest",
  "RemoteRef": "HEAD",
  "RemoteSha": "8543896a13d5af47878d046e860c6aeb96329861",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-21 09:42:59 UTC",
    "User": "root"
  },
  "Author": "Daniel J. Stekhoven [aut, cre]",
  "MD5sum": "a3a252da3c5b5a54ffe3e8c95a505bfb",
  "_user": "stekhoven",
  "_type": "src",
  "_file": "missForest_1.6.1.tar.gz",
  "_fileid": "39920d77ca6190825cb02aae2d57e70b3a76fa67c75cd0cc8dadd9b5180a80e9",
  "_filesize": 229619,
  "_sha256": "39920d77ca6190825cb02aae2d57e70b3a76fa67c75cd0cc8dadd9b5180a80e9",
  "_created": "2026-05-21T09:42:59.000Z",
  "_published": "2026-05-21T20:10:53.366Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77259376894,
      "time": 132,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7132479360"
    },
    {
      "job": 77259377114,
      "time": 115,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7132472591"
    },
    {
      "job": 77259376999,
      "time": 155,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7132479419"
    },
    {
      "job": 77259376866,
      "time": 377,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7132531742"
    },
    {
      "job": 77259376636,
      "time": 168,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7132434252"
    },
    {
      "job": 77259376498,
      "time": 99,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7146099839"
    },
    {
      "job": 77259376953,
      "time": 301,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7132538692"
    },
    {
      "job": 77259377288,
      "time": 99,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7132468121"
    },
    {
      "job": 77259377064,
      "time": 100,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7132469011"
    }
  ],
  "_buildurl": "https://github.com/r-universe/stekhoven/actions/runs/26218171547",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/stekhoven/missforest",
  "_commit": {
    "id": "8543896a13d5af47878d046e860c6aeb96329861",
    "author": "stekhoven <stekhoven@nexus.ethz.ch>",
    "committer": "stekhoven <stekhoven@nexus.ethz.ch>",
    "message": "Trying to get the R CMD check action to pass.\n",
    "time": 1761164193
  },
  "_maintainer": {
    "name": "Daniel J. Stekhoven",
    "email": "stekhoven@nexus.ethz.ch",
    "login": "stekhoven",
    "description": "",
    "uuid": 2778718
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "randomForest",
      "role": "Imports"
    },
    {
      "package": "ranger",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "iterators",
      "role": "Imports"
    },
    {
      "package": "itertools",
      "role": "Imports"
    },
    {
      "package": "doRNG",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "Rdpack",
      "role": "Imports"
    },
    {
      "package": "doParallel",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "stekhoven",
  "_selfowned": true,
  "_usedby": 37,
  "_updates": [
    {
      "week": "2025-42",
      "n": 1
    },
    {
      "week": "2025-43",
      "n": 8
    }
  ],
  "_tags": [
    {
      "name": "v1.6",
      "date": "2025-10-13"
    }
  ],
  "_stars": 107,
  "_contributors": [
    {
      "user": "stekhoven",
      "count": 46,
      "uuid": 2778718
    },
    {
      "user": "sgyzetrov",
      "count": 6,
      "uuid": 34640565
    },
    {
      "user": "jasenfinch",
      "count": 6,
      "uuid": 3043780
    }
  ],
  "_userbio": {
    "uuid": 2778718,
    "type": "user",
    "name": "Daniel Stekhoven"
  },
  "_downloads": {
    "count": 13161,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/missForest"
  },
  "_mentions": 178,
  "_devurl": "https://github.com/stekhoven/missforest",
  "_searchresults": 1440,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/missForest.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/stekhoven/missforest",
  "_realowner": "stekhoven",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2011-05-13"
    },
    {
      "version": "1.1",
      "date": "2011-11-04"
    },
    {
      "version": "1.2",
      "date": "2012-02-20"
    },
    {
      "version": "1.3",
      "date": "2012-06-26"
    },
    {
      "version": "1.3-1",
      "date": "2013-12-10"
    },
    {
      "version": "1.4",
      "date": "2013-12-31"
    },
    {
      "version": "1.5",
      "date": "2022-04-14"
    },
    {
      "version": "1.6.1",
      "date": "2025-10-26"
    }
  ],
  "_exports": [
    "missForest",
    "mixError",
    "nrmse",
    "prodNA",
    "varClass"
  ],
  "_help": [
    {
      "page": "missForest-package",
      "title": "Nonparametric Missing Value Imputation using Random Forest (ranger by default)",
      "topics": [
        "missForest-package"
      ]
    },
    {
      "page": "missForest",
      "title": "Nonparametric Missing Value Imputation using Random Forests (ranger or randomForest)",
      "topics": [
        "missForest"
      ]
    },
    {
      "page": "mixError",
      "title": "Compute Imputation Error for Mixed-type Data",
      "topics": [
        "mixError"
      ]
    },
    {
      "page": "nrmse",
      "title": "Normalized root mean squared error",
      "topics": [
        "nrmse"
      ]
    },
    {
      "page": "prodNA",
      "title": "Introduce Missing Values Completely at Random (MCAR)",
      "topics": [
        "prodNA"
      ]
    },
    {
      "page": "varClass",
      "title": "Extract Variable Types from a Data Frame",
      "topics": [
        "varClass"
      ]
    }
  ],
  "_readme": "https://github.com/stekhoven/missforest/raw/HEAD/README.md",
  "_rundeps": [
    "codetools",
    "digest",
    "doRNG",
    "foreach",
    "iterators",
    "itertools",
    "lattice",
    "Matrix",
    "randomForest",
    "ranger",
    "rbibutils",
    "Rcpp",
    "RcppEigen",
    "Rdpack",
    "rngtools"
  ],
  "_vignettes": [
    {
      "source": "missForest_1.6.Rmd",
      "filename": "missForest_1.6.html",
      "title": "missForest",
      "engine": "knitr::rmarkdown",
      "headings": [
        "yaml",
        "title: \"Using the missForest Package\"author: \"Daniel J. Stekhoven\"date: \"r format(Sys.Date(), '%Y-%m-%d')\"output:pdf_document:number_sections: truetoc: truefontsize: 11ptgeometry: margin=2.5cm, top=3cm, bottom=2.5cmlang: enbibliography: myBib.biblink-citations: truevignette: >%\\VignetteIndexEntry",
        "Introduction",
        "What is this document? (And what it isn't!)",
        "The missForest algorithm (with ranger by default)",
        "Installation",
        "Missing value imputation with missForest",
        "Data for illustrations",
        "missForest in a nutshell",
        "Additional iteration output with verbose = TRUE",
        "Changing the number of iterations: maxiter",
        "Speed/accuracy trade-off: ntree and mtry",
        "Subsampling instead of bootstrapping: replace = FALSE",
        "Imbalanced data & sampling controls: classwt, cutoff, strata, sampsize",
        "Tree shape controls: nodesize and maxnodes",
        "Benchmarking with a complete matrix: xtrue and mixError",
        "Parallelization: parallelize and num.threads",
        "Concluding remarks",
        "References"
      ],
      "created": "2025-10-13 12:07:09",
      "modified": "2025-10-13 12:07:09",
      "commits": 1
    }
  ],
  "_score": 12.653388133355707,
  "_indexed": true,
  "_nocasepkg": "missforest",
  "_universes": [
    "stekhoven"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.6.1",
      "date": "2026-05-21T09:45:01.000Z",
      "distro": "noble",
      "commit": "8543896a13d5af47878d046e860c6aeb96329861",
      "fileid": "1141a2e0bea8006c3cecab98778cc486206493dc69d5d87f24783eb974f9f9b6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stekhoven/actions/runs/26218171547"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.6.1",
      "date": "2026-05-21T09:44:45.000Z",
      "distro": "noble",
      "commit": "8543896a13d5af47878d046e860c6aeb96329861",
      "fileid": "8245edd16d0120b7a73de0d037ef8ddd60be6b26db22142126fb89d00aafef55",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stekhoven/actions/runs/26218171547"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.6.1",
      "date": "2026-05-21T09:45:12.000Z",
      "commit": "8543896a13d5af47878d046e860c6aeb96329861",
      "fileid": "1dedbdc9816e27aba710df2f10625b689e1aa8b379aed44b8cc60a1038b9f74d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stekhoven/actions/runs/26218171547"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.6.1",
      "date": "2026-05-21T09:47:06.000Z",
      "commit": "8543896a13d5af47878d046e860c6aeb96329861",
      "fileid": "abcb505f6905923b458874b6f38caa85ba0892f25c1d5691ef0deb966644bb5e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stekhoven/actions/runs/26218171547"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.6.1",
      "date": "2026-05-21T20:10:36.000Z",
      "commit": "8543896a13d5af47878d046e860c6aeb96329861",
      "fileid": "9ba1ae9bbcc28c012f93855c50e5e0c75b4d81b0b19455402544923ed5985cfa",
      "status": "success",
      "buildurl": "https://github.com/r-universe/stekhoven/actions/runs/26218171547"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.6.1",
      "date": "2026-05-21T09:47:48.000Z",
      "commit": "8543896a13d5af47878d046e860c6aeb96329861",
      "fileid": "5dcfd5d9cbb26fa630ccbcc9df9cf8bdf2c65c792b7fb49aee6d8100c0672d02",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stekhoven/actions/runs/26218171547"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.6.1",
      "date": "2026-05-21T09:44:24.000Z",
      "commit": "8543896a13d5af47878d046e860c6aeb96329861",
      "fileid": "fbc6bff9bb4c276fcccaba03b098dded724b9dbda367a4a93e28120297436503",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stekhoven/actions/runs/26218171547"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.6.1",
      "date": "2026-05-21T09:44:25.000Z",
      "commit": "8543896a13d5af47878d046e860c6aeb96329861",
      "fileid": "dcc993934146681275458130b6a76a48809d73b24e60d3f64fba5bd3800dff35",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stekhoven/actions/runs/26218171547"
    }
  ]
}