{
  "_id": "6a49a05c162b78b26a5837d4",
  "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-06-20 07:06:20 UTC",
    "User": "root"
  },
  "Author": "Daniel J. Stekhoven [aut, cre]",
  "_user": "stekhoven",
  "_type": "src",
  "_file": "missForest_1.6.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/dd1350188ae56b5c22c51d639f18a6808d213452da68d212b8a18ca2d12321e9",
  "_filesize": 234231,
  "_sha256": "dd1350188ae56b5c22c51d639f18a6808d213452da68d212b8a18ca2d12321e9",
  "_expires": "2026-10-13T00:07:54.000Z",
  "_created": "2026-06-20T07:06:20.000Z",
  "_published": "2026-07-05T00:07:56.415Z",
  "_jobs": [
    {
      "job": 85177835425,
      "time": 157,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7763094285"
    },
    {
      "job": 85177835424,
      "time": 110,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7763089101"
    },
    {
      "job": 85177835452,
      "time": 155,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7763090805"
    },
    {
      "job": 85177835337,
      "time": 124,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7763088723"
    },
    {
      "job": 85177835289,
      "time": 174,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7763076363"
    },
    {
      "job": 85177835292,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7763089855"
    },
    {
      "job": 85177835295,
      "time": 91,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7763086834"
    },
    {
      "job": 85177835386,
      "time": 107,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7763088811"
    },
    {
      "job": 85177835338,
      "time": 87,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7763086532"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/stekhoven/actions/runs/27863693253",
  "_status": "success",
  "_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
  },
  "_distro": "noble",
  "_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": 34,
  "_updates": [
    {
      "week": "2025-42",
      "n": 1
    },
    {
      "week": "2025-43",
      "n": 8
    }
  ],
  "_tags": [
    {
      "name": "v1.6",
      "date": "2025-10-13"
    }
  ],
  "_stars": 108,
  "_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",
    "followers": 16
  },
  "_downloads": {
    "count": 12754,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/missForest"
  },
  "_mentions": 178,
  "_devurl": "https://github.com/stekhoven/missforest",
  "_searchresults": 1668,
  "_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.670896381865806,
  "_indexed": true,
  "_nocasepkg": "missforest",
  "_universes": [
    "stekhoven"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.6.1",
      "date": "2026-06-20T07:08:51.000Z",
      "distro": "noble",
      "commit": "8543896a13d5af47878d046e860c6aeb96329861",
      "fileid": "https://r2.ropensci.org/eea157d116a479315a81be56f55948557410b6380a2981e483c7b7d41e4d72c4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stekhoven/actions/runs/27863693253"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.6.1",
      "date": "2026-06-20T07:08:04.000Z",
      "distro": "noble",
      "commit": "8543896a13d5af47878d046e860c6aeb96329861",
      "fileid": "https://r2.ropensci.org/d63ccdd9716fe4abd26d7bb5173f69a2a54aca5e2f1f6640a2b6e79068175295",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stekhoven/actions/runs/27863693253"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.6.1",
      "date": "2026-06-20T07:08:27.000Z",
      "commit": "8543896a13d5af47878d046e860c6aeb96329861",
      "fileid": "https://r2.ropensci.org/f6cc2ac2354c1d87abf66a8801ce8def32906ea5ac13869e47eda6ae4f7ab0f0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stekhoven/actions/runs/27863693253"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.6.1",
      "date": "2026-06-20T07:08:10.000Z",
      "commit": "8543896a13d5af47878d046e860c6aeb96329861",
      "fileid": "https://r2.ropensci.org/bf214cf0c2de74294f7b3252b2632fd517ba3b62ef8217189d89be48857e34a4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stekhoven/actions/runs/27863693253"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.6.1",
      "date": "2026-06-20T07:08:36.000Z",
      "commit": "8543896a13d5af47878d046e860c6aeb96329861",
      "fileid": "https://r2.ropensci.org/eb0932ed33de3af2845c33362a5234412ef7a845e163b7cd671bad6553be2193",
      "status": "success",
      "buildurl": "https://github.com/r-universe/stekhoven/actions/runs/27863693253"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.6.1",
      "date": "2026-06-20T07:07:38.000Z",
      "commit": "8543896a13d5af47878d046e860c6aeb96329861",
      "fileid": "https://r2.ropensci.org/34bcbf216314bcc0116098a02d24279da44fddc4f77ced192f9b5c0e3a0436e5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stekhoven/actions/runs/27863693253"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.6.1",
      "date": "2026-06-20T07:07:53.000Z",
      "commit": "8543896a13d5af47878d046e860c6aeb96329861",
      "fileid": "https://r2.ropensci.org/b327bcfb83c2a32e99d46fd52ec2e324e234c8752eefc1b12d2e3c1f503408d1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stekhoven/actions/runs/27863693253"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.6.1",
      "date": "2026-06-20T07:07:33.000Z",
      "commit": "8543896a13d5af47878d046e860c6aeb96329861",
      "fileid": "https://r2.ropensci.org/d565c5124064762b00b5b5b8c27316bcb706d23e6849f613114982ca9006e8a2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/stekhoven/actions/runs/27863693253"
    }
  ]
}