forked from choonghyunryu/dlookr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
67 lines (67 loc) · 1.9 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: dlookr
Type: Package
Title: Tools for Data Diagnosis, Exploration, Transformation
Version: 0.6.2.9001
Date: 2022-12-30
Authors@R: c(
person("Choonghyun", "Ryu",, "choonghyun.ryu@gmail.com", role = c("aut", "cre"))
)
Description: A collection of tools that support data diagnosis, exploration, and transformation.
Data diagnostics provides information and visualization of missing values and outliers and
unique and negative values to help you understand the distribution and quality of your data.
Data exploration provides information and visualization of the descriptive statistics of
univariate variables, normality tests and outliers, correlation of two variables, and
relationship between target variable and predictor. Data transformation supports binning
for categorizing continuous variables, imputates missing values and outliers, resolving skewness.
And it creates automated reports that support these three tasks.
License: GPL-2 | file LICENSE
URL: https://github.com/choonghyunryu/dlookr/,
https://choonghyunryu.github.io/dlookr/
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.2.0)
Imports:
dplyr (>= 0.7.6),
showtext (>= 0.9-4),
sysfonts (>= 0.7.1),
ggplot2 (>= 3.0.0),
grid,
gridExtra,
hrbrthemes (>= 0.8.0),
htmltools,
kableExtra,
knitr (>= 1.22),
methods,
mice,
pagedown (>= 0.15),
partykit,
purrr,
reactable,
rlang,
rmarkdown,
shiny,
tibble,
tidyr,
tidyselect,
utils
Suggests:
DBI,
classInt,
dbplyr,
forecast (>= 8.3),
funModeling,
ISLR,
nycflights13,
ppsr,
randomForest,
rpart,
prettydoc,
RSQLite,
ranger,
stringi
Author: Choonghyun Ryu [aut, cre]
Maintainer: Choonghyun Ryu <choonghyun.ryu@gmail.com>
BugReports: https://github.com/choonghyunryu/dlookr/issues
VignetteBuilder: knitr
RoxygenNote: 7.2.2