Package: ezEDA
Type: Package
Title: Task Oriented Interface for Exploratory Data Analysis
Version: 0.1.1
Authors@R: person("Viswa", "Viswanathan", email = "kv.viswana@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4395-5061"))
URL: https://github.com/kviswana/ezEDA
BugReports: https://github.com/kviswana/ezEDA/issues
Maintainer: Viswa Viswanathan <kv.viswana@gmail.com>
Description: Enables users to create visualizations using functions 
    based on the data analysis task rather than on plotting mechanics. It hides
    the details of the individual 'ggplot2' function calls and 
    allows the user to focus on the end goal. Useful for quick preliminary explorations. 
    Provides functions for common exploration patterns. Some of the ideas in this
    package are motivated by Fox (2015, ISBN:1938377052).
Depends: R (>= 3.1)
Imports: ggplot2 (>= 3.1.0), dplyr (>= 0.8.0.1), rlang (>= 0.2.1),
        tidyr (>= 0.8.3), GGally (>= 1.4.0), scales (>= 1.0.0),
        magrittr (>= 1.5), purrr (>= 0.3.3)
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-06-28 22:36:58 UTC; kv
Author: Viswa Viswanathan [aut, cre] (<https://orcid.org/0000-0003-4395-5061>)
Repository: CRAN
Date/Publication: 2021-06-29 04:40:10 UTC
Built: R 4.0.2; ; 2021-06-29 11:10:31 UTC; unix
