Package: AutoEDA
Type: Package
Title: Automatic Exploratory Data Analysis
Version: 0.1.1
Authors@R: 
    c(
      person(
        given = "Vinodhkumar",
        family = "Obli Rajendran",
        role = c("aut", "cre"),
        email = "vinodhkumar.rajendran@gmail.com"
      ),
      person(
        given = "Keerthi",
        family = "Aaradhana",
        role = "aut",
        email = "vkeerthi1817@gmail.com"
      )
    )
Description: Automatically performs exploratory data analysis for
    tabular datasets, including data summaries, missing value analysis,
    descriptive statistics, visualizations, correlation analysis,
    outlier detection, and automated report generation. The package
    provides a streamlined workflow for rapid data exploration and
    produces publication-ready tables and graphics. For methodological
    details, see Tukey (1977, ISBN:9780201076165) and the cited
    methodological literature in the package documentation.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
Depends: R (>= 4.2)
Imports: e1071, rlang, dplyr, ggplot2, tidyr, psych, factoextra,
        openxlsx, GGally, visdat, igraph
Suggests: knitr, mice, rmarkdown, testthat (>= 3.0.0), tibble
Config/testthat/edition: 3
URL: https://github.com/vinodhpmd/AutoEDA
BugReports: https://github.com/vinodhpmd/AutoEDA/issues
VignetteBuilder: knitr
NeedsCompilation: no
Config/roxygen2/version: 8.1.0
Packaged: 2026-09-03 19:34:42 UTC; m
Author: Vinodhkumar Obli Rajendran [aut, cre],
  Keerthi Aaradhana [aut]
Maintainer: Vinodhkumar Obli Rajendran <vinodhkumar.rajendran@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-12 14:50:15 UTC
Built: R 4.5.2; ; 2026-09-12 15:11:50 UTC; unix
