Package: cleanepi Title: Clean and Standardize Epidemiological Data Version: 1.1.2.9000 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: libicu-dev libx11-dev Repository: https://epiverse-trace.r-universe.dev Date/Publication: 2026-01-29 15:38:21 UTC RemoteUrl: https://github.com/epiverse-trace/cleanepi RemoteRef: HEAD RemoteSha: 6fb22d1aa55ebbe7edcc020771e6ab6006a26a26 NeedsCompilation: no Packaged: 2026-07-05 06:11:31 UTC; root Author: Karim Mané [aut] (ORCID: ), Thibaut Jombart [ctb] (Thibaut contributed in development of date_guess().), Abdoelnaser Degoot [aut] (ORCID: ), Bankolé Ahadzie [aut], Nuredin Mohammed [aut], Bubacarr Bah [aut, cre] (ORCID: ), Hugo Gruson [ctb, rev] (ORCID: ), Pratik R. Gupte [rev] (ORCID: ), James M. Azam [rev] (ORCID: ), Joshua W. Lambert [rev, ctb] (ORCID: ), Chris Hartgerink [rev] (ORCID: ), Andree Valle-Campos [rev, ctb] (ORCID: ), London School of Hygiene and Tropical Medicine, LSHTM [cph] (ROR: ), data.org [fnd] Maintainer: Bubacarr Bah