Package: ExploreTheData
Title: A Set of Tools for Exploratory Data Analysis
Version: 0.1.0
Authors@R: 
    person("Ronald", "Pearson", , "ronald.k.pearson@gmail.com", role = c("aut", "cre"))
Description: Functions to profile a dataset, identify anomalies (special values, outliers, and inliers, 
                 defined as data values that are repeated unusually often), and compare data subsets 
                 with respect to either numerical or categorical variable distributions.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: data.table, graphics, PropCIs
Depends: R (>= 2.10)
LazyData: true
NeedsCompilation: no
Packaged: 2026-02-17 17:12:49 UTC; ronal
Author: Ronald Pearson [aut, cre]
Maintainer: Ronald Pearson <ronald.k.pearson@gmail.com>
Repository: CRAN
Date/Publication: 2026-02-20 08:30:13 UTC
