forked from boxuancui/DataExplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.09 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
37
Package: DataExplorer
Title: Automate Data Exploration and Treatment
Version: 0.8.1
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.5)
Imports:
data.table (>= 1.12.8),
reshape2 (>= 1.4.3),
scales (>= 1.1.0),
ggplot2,
gridExtra,
rmarkdown (>= 2.0),
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
LazyData: true
URL: http://boxuancui.github.io/DataExplorer/
BugReports: https://github.com/boxuancui/DataExplorer/issues
RoxygenNote: 7.0.2
Encoding: UTF-8
VignetteBuilder: knitr