Package: datacleanr
Title: Interactive and Reproducible Data Cleaning
Version: 1.0.5
Authors@R: 
  c(
    person(given = "Alexander",
           family = "Hurley",
           role = c("cre", "aut", "cph"),
           email = "agl.hurley@gmail.com",
           comment = c(ORCID = "0000-0002-9641-2805")),
    person('Richard',
            'Peters',
            role = c("ctb"),
            comment=c(ORCID = '0000-0002-7441-1297')),
    person('Christoforos',
           'Pappas',
           role = c("ctb"),
           comment=c(ORCID = '0000-0001-5721-557X'))
      )
Description: Flexible and efficient cleaning of data with interactivity.
  'datacleanr' facilitates best practices in data analyses and reproducibility with built-in features and by translating interactive/manual operations to code. 
  The package is designed for interoperability, and so seamlessly fits into reproducible analyses pipelines in 'R'.
License: GPL-3
Suggests: testthat (>= 2.1.0)
Encoding: UTF-8
RoxygenNote: 7.3.1
URL: https://github.com/the-Hull/datacleanr
BugReports: https://github.com/the-Hull/datacleanr/issues
Imports: shiny (>= 1.5.0), summarytools (>= 0.9.6), dplyr (>= 1.0.2),
        rlang (>= 0.4.9), DT (>= 0.16), magrittr (>= 2.0.1), plotly (>=
        4.9.2.1), grDevices, stats, purrr (>= 0.3.4), glue (>= 1.4.2),
        formatR (>= 1.7), RColorBrewer (>= 1.1.2), clipr (>= 0.7.1),
        rstudioapi (>= 0.13), utils, lubridate (>= 1.7.9.2),
        shinyWidgets (>= 0.5.4), htmlwidgets (>= 1.5.3), tools, fs (>=
        1.5.0), shinyFiles (>= 0.8.0), bslib
Depends: R (>= 3.6)
NeedsCompilation: no
Packaged: 2025-05-10 10:13:46 UTC; ahurl
Author: Alexander Hurley [cre, aut, cph] (ORCID:
    <https://orcid.org/0000-0002-9641-2805>),
  Richard Peters [ctb] (ORCID: <https://orcid.org/0000-0002-7441-1297>),
  Christoforos Pappas [ctb] (ORCID:
    <https://orcid.org/0000-0001-5721-557X>)
Maintainer: Alexander Hurley <agl.hurley@gmail.com>
Repository: CRAN
Date/Publication: 2025-05-10 18:10:05 UTC
Built: R 4.4.3; ; 2025-11-01 05:19:30 UTC; windows
