Package: EDAForge
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 (EDA)
    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), Pearson (1895)
    <doi:10.1098/rspl.1895.0041>, and Wickham (2014)
    <doi:10.18637/jss.v059.i10>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 8.0.0
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/EDAForge
BugReports: https://github.com/vinodhpmd/EDAForge/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-08-01 00:38:33 UTC; m
Author: Vinodhkumar Obli Rajendran [aut, cre],
  Keerthi Aaradhana [aut]
Maintainer: Vinodhkumar Obli Rajendran <vinodhkumar.rajendran@gmail.com>
Repository: CRAN
Date/Publication: 2026-08-08 11:30:20 UTC
