Package: imputeGeneric Title: Ease the Implementation of Imputation Methods Version: 0.1.0.9000 Authors@R: person("Tobias", "Rockel", , "Rockel.To@gmail.com", role = c("aut", "cre")) Description: The general workflow of most imputation methods is quite similar. The aim of this package is to provide parts of this general workflow to make the implementation of imputation methods easier. The heart of an imputation method is normally the used model. These models can be defined using the 'parsnip' package or customized specifications. The rest of an imputation method are more technical specification e.g. which columns and rows should be used for imputation and in which order. These technical specifications can be set inside the imputation functions. License: GPL (>= 3) URL: https://github.com/torockel/imputeGeneric BugReports: https://github.com/torockel/imputeGeneric/issues Imports: gower, parsnip, stats Suggests: missMethods, rpart, testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 Config/pak/sysreqs: libicu-dev Repository: https://torockel.r-universe.dev Date/Publication: 2022-03-03 10:27:03 UTC RemoteUrl: https://github.com/torockel/imputegeneric RemoteRef: HEAD RemoteSha: 5a2920f426cc850b718e91d55165c9cf80e1a020 NeedsCompilation: no Packaged: 2026-07-04 19:24:48 UTC; root Author: Tobias Rockel [aut, cre] Maintainer: Tobias Rockel