{
  "_id": "6a1be6321d7bb097a0a1a533",
  "Package": "hdImpute",
  "Type": "Package",
  "Title": "A Batch Process for High Dimensional Imputation",
  "Version": "0.2.1",
  "BugReports": "https://github.com/pdwaggoner/hdImpute/issues",
  "Authors@R": "person(\"Philip\", \"Waggoner\", role = c(\"aut\", \"cre\"), email = \"philip.waggoner@gmail.com\")",
  "Maintainer": "Philip Waggoner <philip.waggoner@gmail.com>",
  "Description": "A correlation-based batch process for fast, accurate\nimputation for high dimensional missing data problems via\nchained random forests. See Waggoner (2023)\n<doi:10.1007/s00180-023-01325-9> for more on 'hdImpute',\nStekhoven and Bühlmann (2012)\n<doi:10.1093/bioinformatics/btr597> for more on 'missForest',\nand Mayer (2022) <https://github.com/mayer79/missRanger> for\nmore on 'missRanger'.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.2.3",
  "Config/testthat/edition": "3",
  "URL": "https://github.com/pdwaggoner/hdImpute",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://pdwaggoner.r-universe.dev",
  "Date/Publication": "2025-01-10 03:27:09 UTC",
  "RemoteUrl": "https://github.com/pdwaggoner/hdimpute",
  "RemoteRef": "HEAD",
  "RemoteSha": "6f6b5ed757ba0c89bed3a5bd65f29f409b550e68",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-31 06:54:22 UTC",
    "User": "root"
  },
  "Author": "Philip Waggoner [aut, cre]",
  "MD5sum": "2774e70667a106aec5ff0e45d9c5d5da",
  "_user": "pdwaggoner",
  "_type": "src",
  "_file": "hdImpute_0.2.1.tar.gz",
  "_fileid": "d3c0cfc39736ac4d050d6b7ac843ca788d926afdb2c8da92744582336ec2d52f",
  "_filesize": 403164,
  "_sha256": "d3c0cfc39736ac4d050d6b7ac843ca788d926afdb2c8da92744582336ec2d52f",
  "_created": "2026-05-31T06:54:22.000Z",
  "_published": "2026-05-31T07:41:38.157Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78706905547,
      "time": 237,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7314610980"
    },
    {
      "job": 78706905550,
      "time": 146,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7314601881"
    },
    {
      "job": 78706905533,
      "time": 116,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7314905340"
    },
    {
      "job": 78706905538,
      "time": 109,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7314907881"
    },
    {
      "job": 78706736057,
      "time": 203,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314587407"
    },
    {
      "job": 78706905531,
      "time": 133,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314600549"
    },
    {
      "job": 78706905542,
      "time": 89,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7314596249"
    },
    {
      "job": 78706905546,
      "time": 142,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7314601548"
    },
    {
      "job": 78706905536,
      "time": 80,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7314595410"
    }
  ],
  "_buildurl": "https://github.com/r-universe/pdwaggoner/actions/runs/26705795120",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/pdwaggoner/hdimpute",
  "_commit": {
    "id": "6f6b5ed757ba0c89bed3a5bd65f29f409b550e68",
    "author": "Philip Waggoner <31326382+pdwaggoner@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update README.md",
    "time": 1736479629
  },
  "_maintainer": {
    "name": "Philip Waggoner",
    "email": "philip.waggoner@gmail.com",
    "login": "pdwaggoner",
    "description": "Stanford Medicine",
    "uuid": 31326382
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "missRanger",
      "role": "Imports"
    },
    {
      "package": "plyr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "usethis",
      "role": "Suggests"
    },
    {
      "package": "missForest",
      "role": "Suggests"
    },
    {
      "package": "tidyverse",
      "role": "Suggests"
    }
  ],
  "_owner": "pdwaggoner",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "pdwaggoner",
      "count": 91,
      "uuid": 31326382
    }
  ],
  "_userbio": {
    "uuid": 31326382,
    "type": "user",
    "name": "Philip Waggoner",
    "description": "Stanford Medicine"
  },
  "_downloads": {
    "count": 207,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/hdImpute"
  },
  "_devurl": "https://github.com/pdwaggoner/hdimpute",
  "_searchresults": 14,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/hdImpute.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/pdwaggoner/hdimpute",
  "_realowner": "pdwaggoner",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2022-03-07"
    },
    {
      "version": "0.1.1",
      "date": "2022-04-20"
    },
    {
      "version": "0.2.1",
      "date": "2023-08-07"
    }
  ],
  "_exports": [
    "check_feature_na",
    "check_row_na",
    "feature_cor",
    "flatten_mat",
    "hdImpute",
    "impute_batches",
    "mad"
  ],
  "_help": [
    {
      "page": "check_feature_na",
      "title": "Find features with (specified amount of) missingness",
      "topics": [
        "check_feature_na"
      ]
    },
    {
      "page": "check_row_na",
      "title": "Find number of and which rows contain any missingness",
      "topics": [
        "check_row_na"
      ]
    },
    {
      "page": "feature_cor",
      "title": "High dimensional imputation via batch processed chained random forests Build correlation matrix",
      "topics": [
        "feature_cor"
      ]
    },
    {
      "page": "flatten_mat",
      "title": "Flatten and arrange cor matrix to be df",
      "topics": [
        "flatten_mat"
      ]
    },
    {
      "page": "hdImpute",
      "title": "Complete hdImpute process: correlation matrix, flatten, rank, create batches, impute, join",
      "topics": [
        "hdImpute"
      ]
    },
    {
      "page": "impute_batches",
      "title": "Impute batches and return completed data frame",
      "topics": [
        "impute_batches"
      ]
    },
    {
      "page": "mad",
      "title": "Compute variable-wise mean absolute differences (MAD) between original and imputed dataframes.",
      "topics": [
        "mad"
      ]
    }
  ],
  "_readme": "https://github.com/pdwaggoner/hdimpute/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "dplyr",
    "FNN",
    "generics",
    "glue",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "missRanger",
    "pillar",
    "pkgconfig",
    "plyr",
    "purrr",
    "R6",
    "ranger",
    "Rcpp",
    "RcppEigen",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 3.146128035678238,
  "_indexed": true,
  "_nocasepkg": "hdimpute",
  "_universes": [
    "pdwaggoner"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-05-31T06:58:18.000Z",
      "distro": "noble",
      "commit": "6f6b5ed757ba0c89bed3a5bd65f29f409b550e68",
      "fileid": "18bfadbcebcfc1000e3ecc382da75a0fac665332f792320b51a641f7fc7fedb3",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pdwaggoner/actions/runs/26705795120"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-05-31T06:56:48.000Z",
      "distro": "noble",
      "commit": "6f6b5ed757ba0c89bed3a5bd65f29f409b550e68",
      "fileid": "1809c81c5d45b78eeb65b5c86d1a87dc2d2b66f96ed865c57aa01edd3fe1c1ef",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pdwaggoner/actions/runs/26705795120"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-05-31T07:40:40.000Z",
      "commit": "6f6b5ed757ba0c89bed3a5bd65f29f409b550e68",
      "fileid": "f57fe80c37bd138776991be1cc7c6fb6d63d287c09d2c0c04c98b3da2dbd1754",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pdwaggoner/actions/runs/26705795120"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-05-31T07:40:59.000Z",
      "commit": "6f6b5ed757ba0c89bed3a5bd65f29f409b550e68",
      "fileid": "c0c053b51601705f7377bbd4929ba9653cc425f7e72af4e050cac9a680a80702",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pdwaggoner/actions/runs/26705795120"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-05-31T06:56:48.000Z",
      "commit": "6f6b5ed757ba0c89bed3a5bd65f29f409b550e68",
      "fileid": "4d52526eef2f8eb40db6617a36dc83ab333ab337b7bc3f24a2570d1186fb7abc",
      "status": "success",
      "buildurl": "https://github.com/r-universe/pdwaggoner/actions/runs/26705795120"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-31T06:55:48.000Z",
      "commit": "6f6b5ed757ba0c89bed3a5bd65f29f409b550e68",
      "fileid": "be5c5d3be937912afa3e009dbfcf479362417f3b0793fbe40d9aa95667ab8db2",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pdwaggoner/actions/runs/26705795120"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-31T06:56:39.000Z",
      "commit": "6f6b5ed757ba0c89bed3a5bd65f29f409b550e68",
      "fileid": "1c011ca609b470417c68a83b715bf18cc1ceed4d2c0863b9541a2f4c692b3475",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pdwaggoner/actions/runs/26705795120"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-31T06:55:39.000Z",
      "commit": "6f6b5ed757ba0c89bed3a5bd65f29f409b550e68",
      "fileid": "2867535a038b395db442e4af1318fc58cd49850bcc60b5365adc84ac810fd9aa",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pdwaggoner/actions/runs/26705795120"
    }
  ]
}