Package: datacleanr
Title: Interactive and Reproducible Data Cleaning
Version: 1.0.3
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.1.2
URL: https://github.com/the-Hull/datacleanr
BugReports: https://github.com/the-Hull/datacleanr/issues
Imports: shiny (>= 1.5.0), htmltools (>= 0.5), 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: 2021-11-18 11:11:28 UTC; ahurl
Author: Alexander Hurley [cre, aut, cph]
    (<https://orcid.org/0000-0002-9641-2805>),
  Richard Peters [ctb] (<https://orcid.org/0000-0002-7441-1297>),
  Christoforos Pappas [ctb] (<https://orcid.org/0000-0001-5721-557X>)
Maintainer: Alexander Hurley <agl.hurley@gmail.com>
Repository: CRAN
Date/Publication: 2021-11-18 11:30:02 UTC
Built: R 4.1.0; ; 2021-11-19 13:56:33 UTC; unix
