Package: ggmice
Title: Visualizations for 'mice' with 'ggplot2'
Version: 0.1.0
Authors@R: c(
    person("Hanne", "Oberman", email = "h.i.oberman@uu.nl", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-3276-2141")),
    person("Utrecht University", role = "fnd"), 
    person("University Medical Centre Utrecht", role = "fnd"),
    person("Thom", "Volker", role = "ctb", comment = c(ORCID = "0000-0002-2408-7820")),
    person("Gerko", "Vink", role = "ctb", comment = c(ORCID = "0000-0001-9767-1924")),
    person("Pepijn", "Vink", role = "ctb", comment = c(ORCID = "0000-0001-6960-9904")),
    person("Jamie", "Wallis", role = "ctb", comment = c(ORCID = "0000-0003-2765-3813"))
    )
Description: Enhance a 'mice' imputation workflow with visualizations for
    incomplete and/or imputed data. The plotting functions produce
    'ggplot' objects which may be easily manipulated or extended. Use
    'ggmice' to inspect missing data, develop imputation models, evaluate
    algorithmic convergence, or compare observed versus imputed data.
License: GPL (>= 3)
URL: https://github.com/amices/ggmice, https://amices.org/,
        https://amices.org/ggmice/
BugReports: https://github.com/amices/ggmice
Imports: cli, dplyr, ggplot2, magrittr, mice, purrr, rlang, stats,
        stringr, tidyr, tidyselect, utils
Suggests: covr, knitr, patchwork, plotly, rmarkdown, testthat (>=
        3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Copyright: 'ggmice' authors
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-08-07 13:33:30 UTC; 4216318
Author: Hanne Oberman [aut, cre] (<https://orcid.org/0000-0003-3276-2141>),
  Utrecht University [fnd],
  University Medical Centre Utrecht [fnd],
  Thom Volker [ctb] (<https://orcid.org/0000-0002-2408-7820>),
  Gerko Vink [ctb] (<https://orcid.org/0000-0001-9767-1924>),
  Pepijn Vink [ctb] (<https://orcid.org/0000-0001-6960-9904>),
  Jamie Wallis [ctb] (<https://orcid.org/0000-0003-2765-3813>)
Maintainer: Hanne Oberman <h.i.oberman@uu.nl>
Repository: CRAN
Date/Publication: 2023-08-07 14:20:02 UTC
Built: R 4.2.0; ; 2023-08-07 16:01:25 UTC; unix
