{
  "_id": "6a16c98cacfb0bcc41d892aa",
  "Package": "ClustImpute",
  "Type": "Package",
  "Title": "K-Means Clustering with Build-in Missing Data Imputation",
  "Version": "0.2.4",
  "Author": "Oliver Pfaffel",
  "Maintainer": "Oliver Pfaffel <opfaffel@gmail.com>",
  "Description": "This k-means algorithm is able to cluster data with\nmissing values and as a by-product completes the data set. The\nimplementation can deal with missing values in multiple\nvariables and is computationally efficient since it iteratively\nuses the current cluster assignment to define a plausible\ndistribution for missing value imputation. Weights are used to\nshrink early random draws for missing values (i.e., draws based\non the cluster assignments after few iterations) towards the\nglobal mean of each feature. This shrinkage slowly fades out\nafter a fixed number of iterations to reflect the increasing\ncredibility of cluster assignments. See the vignette for\ndetails.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.1.0",
  "Language": "en-US",
  "Config/pak/sysreqs": "libgmp3-dev libgsl0-dev libicu-dev",
  "Repository": "https://o1iv3r.r-universe.dev",
  "Date/Publication": "2021-09-26 19:22:07 UTC",
  "RemoteUrl": "https://github.com/o1iv3r/clustimpute",
  "RemoteRef": "HEAD",
  "RemoteSha": "9a0694f368c2e7342b7604fdac0eb5321b7c5917",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-27 10:33:56 UTC",
    "User": "root"
  },
  "MD5sum": "67be63191efa2b13a28b60e08fc2b1d2",
  "_user": "o1iv3r",
  "_type": "src",
  "_file": "ClustImpute_0.2.4.tar.gz",
  "_fileid": "66f7cb1d3aeb9edbeb1218408c1a383bfd9d13d8d9ebb8be2b477dc743a26f4d",
  "_filesize": 2470304,
  "_sha256": "66f7cb1d3aeb9edbeb1218408c1a383bfd9d13d8d9ebb8be2b477dc743a26f4d",
  "_created": "2026-05-27T10:33:56.000Z",
  "_published": "2026-05-27T10:38:04.083Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78058310236,
      "time": 144,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7238193540"
    },
    {
      "job": 78058310257,
      "time": 163,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7238200177"
    },
    {
      "job": 78058310208,
      "time": 147,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7238185383"
    },
    {
      "job": 78058310292,
      "time": 212,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7238198282"
    },
    {
      "job": 78057740778,
      "time": 214,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7238147234"
    },
    {
      "job": 78058310155,
      "time": 130,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7238189357"
    },
    {
      "job": 78058310168,
      "time": 102,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7238181333"
    },
    {
      "job": 78058310216,
      "time": 92,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7238177450"
    },
    {
      "job": 78058310234,
      "time": 154,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7238196638"
    }
  ],
  "_buildurl": "https://github.com/r-universe/o1iv3r/actions/runs/26505791066",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/o1iv3r/clustimpute",
  "_commit": {
    "id": "9a0694f368c2e7342b7604fdac0eb5321b7c5917",
    "author": "Oliver Pfaffel <opfaffel@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update .travis.yml\n\ninstall gsl from github",
    "time": 1632684127
  },
  "_maintainer": {
    "name": "Oliver Pfaffel",
    "email": "opfaffel@gmail.com",
    "login": "o1iv3r",
    "description": "",
    "uuid": 26146257
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "ClusterR",
      "role": "Imports"
    },
    {
      "package": "copula",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Imports"
    },
    {
      "package": "ggExtra",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 2.1.0",
      "role": "Suggests"
    },
    {
      "package": "Hmisc",
      "role": "Suggests"
    },
    {
      "package": "tictoc",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "corrplot",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "o1iv3r",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 9,
  "_contributors": [
    {
      "user": "o1iv3r",
      "count": 58,
      "uuid": 26146257
    }
  ],
  "_userbio": {
    "uuid": 26146257,
    "type": "user",
    "name": "Oliver Pfaffel"
  },
  "_downloads": {
    "count": 287,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ClustImpute"
  },
  "_devurl": "https://github.com/o1iv3r/clustimpute",
  "_searchresults": 19,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/ClustImpute.html",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/o1iv3r/clustimpute",
  "_realowner": "o1iv3r",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.3",
      "date": "2019-08-01"
    },
    {
      "version": "0.1.4",
      "date": "2020-05-11"
    },
    {
      "version": "0.1.5",
      "date": "2020-07-26"
    },
    {
      "version": "0.1.6",
      "date": "2020-12-12"
    },
    {
      "version": "0.1.7",
      "date": "2021-01-06"
    },
    {
      "version": "0.2.0",
      "date": "2021-03-21"
    },
    {
      "version": "0.2.4",
      "date": "2021-05-31"
    }
  ],
  "_exports": [
    "%>%",
    "ClustImpute",
    "default_wf",
    "miss_sim",
    "var_reduction"
  ],
  "_help": [
    {
      "page": "check_replace_dups",
      "title": "Check and replace duplicate (centroid) rows",
      "topics": [
        "check_replace_dups"
      ]
    },
    {
      "page": "ClustImpute",
      "title": "K-means clustering with build-in missing data imputation",
      "topics": [
        "ClustImpute"
      ]
    },
    {
      "page": "default_wf",
      "title": "K-means clustering with build-in missing data imputation",
      "topics": [
        "default_wf"
      ]
    },
    {
      "page": "miss_sim",
      "title": "Simulation of missings",
      "topics": [
        "miss_sim"
      ]
    },
    {
      "page": "plot",
      "title": "Plot showing marginal distribution by cluster assignment",
      "topics": [
        "plot.kmeans_ClustImpute"
      ]
    },
    {
      "page": "predict",
      "title": "Prediction method",
      "topics": [
        "predict.kmeans_ClustImpute"
      ]
    },
    {
      "page": "print",
      "title": "Print method for ClustImpute",
      "topics": [
        "print.kmeans_ClustImpute"
      ]
    },
    {
      "page": "var_reduction",
      "title": "Reduction of variance",
      "topics": [
        "var_reduction"
      ]
    }
  ],
  "_pkglogo": "https://github.com/o1iv3r/clustimpute/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/o1iv3r/clustimpute/raw/HEAD/README.md",
  "_rundeps": [
    "ADGofTest",
    "cli",
    "cluster",
    "ClusterR",
    "colorspace",
    "copula",
    "cpp11",
    "dplyr",
    "evaluate",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gmp",
    "gsl",
    "gtable",
    "highr",
    "isoband",
    "knitr",
    "labeling",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "mvtnorm",
    "numDeriv",
    "pcaPP",
    "pillar",
    "pkgconfig",
    "pspline",
    "purrr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "rlang",
    "S7",
    "scales",
    "stabledist",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "description_of_algorithm.Rnw",
      "filename": "description_of_algorithm.pdf",
      "title": "Description of the algorithm",
      "engine": "utils::Sweave",
      "headings": [],
      "created": "2020-12-12 14:46:05",
      "modified": "2020-12-12 14:46:05",
      "commits": 1
    },
    {
      "source": "Example_on_simulated_data.Rmd",
      "filename": "Example_on_simulated_data.html",
      "title": "Example_on_simulated_data",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Simulated data with missings",
        "Median or random imputation",
        "Solution: ClustImpute",
        "Marginal distributions by cluster and feature",
        "Traceplot of mean and variance",
        "Quality of imputation and cluster results",
        "External validation: rand index",
        "Variance reduction"
      ],
      "created": "2019-06-02 18:49:23",
      "modified": "2021-04-14 14:04:12",
      "commits": 5
    }
  ],
  "_score": 5.232996110392154,
  "_indexed": true,
  "_nocasepkg": "clustimpute",
  "_universes": [
    "o1iv3r"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.4",
      "date": "2026-05-27T10:36:16.000Z",
      "distro": "noble",
      "commit": "9a0694f368c2e7342b7604fdac0eb5321b7c5917",
      "fileid": "34250373b12547aa1842b6d48c0ada6332e0278caa05c69a45f4daeab808231c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/o1iv3r/actions/runs/26505791066"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.4",
      "date": "2026-05-27T10:36:33.000Z",
      "distro": "noble",
      "commit": "9a0694f368c2e7342b7604fdac0eb5321b7c5917",
      "fileid": "2b8c4379d5f68e33eb3b1ff442f0b812934d44a72df5620deb7493db6abb26d5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/o1iv3r/actions/runs/26505791066"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.4",
      "date": "2026-05-27T10:35:55.000Z",
      "commit": "9a0694f368c2e7342b7604fdac0eb5321b7c5917",
      "fileid": "60d71cbb6f50169ff17ca3f018511b07cc4fb63beaf5dde8bab9343d26966735",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/o1iv3r/actions/runs/26505791066"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.4",
      "date": "2026-05-27T10:36:28.000Z",
      "commit": "9a0694f368c2e7342b7604fdac0eb5321b7c5917",
      "fileid": "87e6897747131bc875d54683e84ad1abf77b170f05ededb56b29c482bfb805c3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/o1iv3r/actions/runs/26505791066"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.4",
      "date": "2026-05-27T10:36:23.000Z",
      "commit": "9a0694f368c2e7342b7604fdac0eb5321b7c5917",
      "fileid": "14dc313ec1fc8752f40da2ffe3724fc196d347908e345c9822b7433b4f7c100f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/o1iv3r/actions/runs/26505791066"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.4",
      "date": "2026-05-27T10:35:27.000Z",
      "commit": "9a0694f368c2e7342b7604fdac0eb5321b7c5917",
      "fileid": "055d44dc8ba9879c0701c92334f0baf0f40e73435b3b62c73be64e4ae5900799",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/o1iv3r/actions/runs/26505791066"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.4",
      "date": "2026-05-27T10:35:17.000Z",
      "commit": "9a0694f368c2e7342b7604fdac0eb5321b7c5917",
      "fileid": "67d60b8589bf1861d057a8a4549975d0dc39eb4d6d537eb78fce6c59685c51eb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/o1iv3r/actions/runs/26505791066"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.4",
      "date": "2026-05-27T10:36:19.000Z",
      "commit": "9a0694f368c2e7342b7604fdac0eb5321b7c5917",
      "fileid": "1f99310af7a3757e0d0d891d56cb5f028695396db2e1dafbfa6891cebf9eb580",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/o1iv3r/actions/runs/26505791066"
    }
  ]
}