Package: datacleanr
Title: Interactive and Reproducible Data Cleaning
Version: 1.0.0
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
LazyData: true
RoxygenNote: 7.1.0
URL: https://github.com/the-Hull/datacleanr
BugReports: https://github.com/the-Hull/datacleanr/issues
Imports: shiny, htmltools, summarytools, dplyr, rlang, DT, magrittr,
        plotly, grDevices, stats, purrr, glue, formatR, RColorBrewer,
        clipr, rstudioapi, utils, lubridate, shinyWidgets, htmlwidgets,
        tools, fs, shinyFiles
NeedsCompilation: no
Packaged: 2020-10-23 13:12:08 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: 2020-11-02 09:20:08 UTC
