Package: cleanepi
Title: Clean and Standardize Epidemiological Data
Version: 1.1.2
Authors@R: c(
    person("Karim", "Mané", , "karim.mane@lshtm.ac.uk", role = "aut",
           comment = c(ORCID = "0000-0002-9892-2999")),
    person("Thibaut", "Jombart", , "thibautjombart@gmail.com", role = "ctb",
           comment = "Thibaut contributed in development of date_guess()."),
    person("Abdoelnaser", "Degoot", , "abdoelnaser-mahmood.degoot@lshtm.ac.uk", role = "aut",
           comment = c(ORCID = "0000-0001-8788-2496")),
    person("Bankolé", "Ahadzie", , "Bankole.Ahadzie@lshtm.ac.uk", role = "aut"),
    person("Nuredin", "Mohammed", , "Nuredin.Mohammed@lshtm.ac.uk", role = "aut"),
    person("Bubacarr", "Bah", , "Bubacarr.Bah1@lshtm.ac.uk", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-3318-6668")),
    person("Hugo", "Gruson", , "hugo@data.org", role = c("ctb", "rev"),
           comment = c(ORCID = "0000-0002-4094-1476")),
    person("Pratik R.", "Gupte", , "pratik.gupte@lshtm.ac.uk", role = "rev",
           comment = c(ORCID = "0000-0001-5294-7819")),
    person("James M.", "Azam", , "james.azam@lshtm.ac.uk", role = "rev",
           comment = c(ORCID = "0000-0001-5782-7330")),
    person("Joshua W.", "Lambert", , "joshua.lambert@lshtm.ac.uk", role = c("rev", "ctb"),
           comment = c(ORCID = "0000-0001-5218-3046")),
    person("Chris", "Hartgerink", , "chris@data.org", role = "rev",
           comment = c(ORCID = "0000-0003-1050-6809")),
    person("Andree", "Valle-Campos", , "avallecam@gmail.com", role = c("rev", "ctb"),
           comment = c(ORCID = "0000-0002-7779-481X")),
    person("London School of Hygiene and Tropical Medicine, LSHTM", role = "cph",
           comment = c(ROR = "00a0jsq62")),
    person("data.org", role = "fnd")
  )
Description: Cleaning and standardizing tabular data package, tailored
    specifically for curating epidemiological data. It streamlines various
    data cleaning tasks that are typically expected when working with
    datasets in epidemiology. It returns the processed data in the same
    format, and generates a comprehensive report detailing the outcomes of
    each cleaning task.
License: MIT + file LICENSE
URL: https://epiverse-trace.github.io/cleanepi/,
        https://github.com/epiverse-trace/cleanepi
BugReports: https://github.com/epiverse-trace/cleanepi/issues
Depends: R (>= 4.0.0)
Imports: checkmate, cli, dplyr, janitor, linelist (>= 1.0.0),
        lubridate, magrittr, matchmaker, numberize, readr, rlang,
        tibble
Suggests: htmlwidgets, kableExtra, knitr, lintr, markdown, naniar,
        reactable, rmarkdown, spelling, systemfonts, testthat (>=
        3.0.0)
VignetteBuilder: knitr
Config/Needs/website: epiverse-trace/epiversetheme
Config/potools/style: explicit
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-10-28 18:06:26 UTC; karimmane
Author: Karim Mané [aut] (ORCID: <https://orcid.org/0000-0002-9892-2999>),
  Thibaut Jombart [ctb] (Thibaut contributed in development of
    date_guess().),
  Abdoelnaser Degoot [aut] (ORCID:
    <https://orcid.org/0000-0001-8788-2496>),
  Bankolé Ahadzie [aut],
  Nuredin Mohammed [aut],
  Bubacarr Bah [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-3318-6668>),
  Hugo Gruson [ctb, rev] (ORCID: <https://orcid.org/0000-0002-4094-1476>),
  Pratik R. Gupte [rev] (ORCID: <https://orcid.org/0000-0001-5294-7819>),
  James M. Azam [rev] (ORCID: <https://orcid.org/0000-0001-5782-7330>),
  Joshua W. Lambert [rev, ctb] (ORCID:
    <https://orcid.org/0000-0001-5218-3046>),
  Chris Hartgerink [rev] (ORCID: <https://orcid.org/0000-0003-1050-6809>),
  Andree Valle-Campos [rev, ctb] (ORCID:
    <https://orcid.org/0000-0002-7779-481X>),
  London School of Hygiene and Tropical Medicine, LSHTM [cph] (ROR:
    <https://ror.org/00a0jsq62>),
  data.org [fnd]
Maintainer: Bubacarr Bah <Bubacarr.Bah1@lshtm.ac.uk>
Repository: CRAN
Date/Publication: 2025-10-29 09:40:02 UTC
Built: R 4.6.0; ; 2025-11-02 00:51:47 UTC; windows
