Package: AutoViz
Type: Package
Title: Automated Data Visualization and Exploratory Dashboarding
Version: 1.0.0
Authors@R: c(
    person("Vinodhkumar", "Obli Rajendran", , "vinodhkumar.rajendran@gmail.com",
           role = c("aut", "cre")),
    person("Keerthi", "Aaradhana", , "vkeerthi1817@gmail.com", role = "aut"))
Description: Provides automated exploratory data analysis, visualization recommendation,
    summary statistics, missing-value assessment, outlier screening, and HTML
    dashboard generation for rectangular data. The package automatically
    identifies variable types and common analytical relationships and
    recommends appropriate visualization methods based on data structure,
    cardinality, and analytical objectives. It provides a transparent,
    reproducible workflow for data profiling and visualization that can be
    used independently or as a component within interactive applications.
License: MIT + file LICENSE
Language: en-US
Encoding: UTF-8
Imports: ggplot2, htmltools, rlang
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, shiny
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/vinodhpmd/AutoViz
BugReports: https://github.com/vinodhpmd/AutoViz/issues
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-09-04 05:14:50 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-14 14:50:02 UTC
