Package: imputeGeneric
Title: Ease the Implementation of Imputation Methods
Version: 0.1.0
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
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-03-02 10:26:44 UTC; toro5213
Author: Tobias Rockel [aut, cre]
Maintainer: Tobias Rockel <Rockel.To@gmail.com>
Repository: CRAN
Date/Publication: 2022-03-03 09:20:05 UTC
Built: R 4.3.0; ; 2023-07-10 05:51:06 UTC; unix
