Package: ggmice
Title: Visualizations for 'mice' with 'ggplot2'
Version: 0.1.1
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")),
    person("Kyle", "Lang", role = "ctb", comment = c(ORCID = "0000-0001-5340-7849"))
    )
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://amices.org/ggmice/
BugReports: https://github.com/amices/ggmice/issues
Imports: cli, dplyr, ggplot2, magrittr, mice, purrr, rlang, scales,
        stats, stringr, tidyr, tidyselect, utils
Suggests: covr, knitr, lifecycle, patchwork, plotly, rmarkdown,
        testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Copyright: 'ggmice' authors
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-07-30 13:21:49 UTC; 4216318
Author: Hanne Oberman [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-3276-2141>),
  Utrecht University [fnd],
  University Medical Centre Utrecht [fnd],
  Thom Volker [ctb] (ORCID: <https://orcid.org/0000-0002-2408-7820>),
  Gerko Vink [ctb] (ORCID: <https://orcid.org/0000-0001-9767-1924>),
  Pepijn Vink [ctb] (ORCID: <https://orcid.org/0000-0001-6960-9904>),
  Jamie Wallis [ctb] (ORCID: <https://orcid.org/0000-0003-2765-3813>),
  Kyle Lang [ctb] (ORCID: <https://orcid.org/0000-0001-5340-7849>)
Maintainer: Hanne Oberman <h.i.oberman@uu.nl>
Repository: CRAN
Date/Publication: 2025-07-30 13:50:02 UTC
Built: R 4.6.0; ; 2025-10-14 03:57:56 UTC; windows
