https://github.com/cran/SmartEDA
Raw File
Tip revision: 5a18dd2cd336f1709f74335efd30dd6d52901401 authored by Dayanand Ubrangala on 30 January 2024, 17:50:02 UTC
version 0.3.10
Tip revision: 5a18dd2
DESCRIPTION
Package: SmartEDA
Type: Package
Title: Summarize and Explore the Data
Version: 0.3.10
Authors@R: c(person("Dayanand Ubrangala", role = c("aut", "cre"), email = "daya6489@gmail.com"),
             person("Kiran", "R", role = c("aut","ctb")),
             person("Ravi", "Prasad Kondapalli", role = c("aut","ctb")),
             person("Sayan", "Putatunda", role = c("aut","ctb")))
Maintainer: Dayanand Ubrangala <daya6489@gmail.com>
Depends: R (>= 3.3.0)
Imports: ggplot2, sampling, scales, rmarkdown, ISLR(>= 1.0),
        data.table, gridExtra, GGally, qpdf
Description: Exploratory analysis on any input data describing the structure and the relationships present in the data. The package automatically select the variable and does related descriptive statistics. Analyzing information value, weight of evidence, custom tables, summary statistics, graphical techniques will be performed for both numeric and categorical predictors.
License: MIT + file LICENSE
Suggests: testthat,knitr,covr,psych
Encoding: UTF-8
URL: https://daya6489.github.io/SmartEDA/
BugReports: https://github.com/daya6489/SmartEDA/issues
Repository: CRAN
RoxygenNote: 7.2.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-01-30 17:32:15 UTC; dubrangala
Author: Dayanand Ubrangala [aut, cre],
  Kiran R [aut, ctb],
  Ravi Prasad Kondapalli [aut, ctb],
  Sayan Putatunda [aut, ctb]
Date/Publication: 2024-01-30 17:50:02 UTC
back to top