-
Notifications
You must be signed in to change notification settings - Fork 88
/
DESCRIPTION
36 lines (36 loc) · 1.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: DataExplorer
Title: Automate Data Exploration and Treatment
Version: 0.8.3.9000
Authors@R: person("Boxuan", "Cui", email = "[email protected]", role = c("aut", "cre"))
Description: Automated data exploration process for analytic tasks and predictive modeling, so
that users could focus on understanding data and extracting insights. The package scans and
analyzes each variable, and visualizes them with typical graphical techniques. Common
data processing methods are also available to treat and format data.
Depends:
R (>= 3.6)
Imports:
data.table (>= 1.13.4),
reshape2 (>= 1.4.3),
scales (>= 1.1.0),
ggplot2,
gridExtra,
rmarkdown (>= 2.5),
networkD3 (>= 0.4),
stats,
utils,
tools,
parallel
Suggests:
testthat,
covr,
knitr,
jsonlite,
nycflights13
SystemRequirements: pandoc (>= 1.12.3) - http://pandoc.org
License: MIT + file LICENSE
Language: en-US
URL: http://boxuancui.github.io/DataExplorer/
BugReports: https://github.com/boxuancui/DataExplorer/issues
RoxygenNote: 7.3.0
Encoding: UTF-8
VignetteBuilder: knitr