-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
59 lines (59 loc) · 1.58 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
Package: datascience.eda
Title: Common Functions for EDA
Version: 0.3.0
Authors@R:
c(person(given = "Mai",
family = "Le",
role = "aut",
email = "[email protected]"),
person(given = "Charles",
family = "Suresh",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Aditya",
family = "Bhatraju",
role = "aut",
email = "[email protected]"),
person(given = "Rahul",
family = "Kuriyedath",
role = "aut",
email = "[email protected]"))
Description: This package includes functions assisting data scientists with various common tasks during the exploratory data analysis stage of a data science project. Its functions will help the data scientist to do preliminary analysis on common column types like numeric columns, categorical columns and text columns; it will also conduct several experimental clusterings on the dataset.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat (>= 3.0.0),
rmarkdown,
covr
Config/testthat/edition: 2
Imports:
stats,
dbscan,
dplyr,
imputeR,
graphics,
ggbiplot (>= 0.55),
ggplot2,
palmerpenguins,
NLP,
RColorBrewer,
tidyverse,
tm,
wordcloud,
vdiffr,
stringr,
sacred (>= 0.1.0),
purrr,
forcats,
GGally,
reshape2,
tibble,
MASS,
knitr
Remotes:
[email protected]:JohnCoene/sacred.git,
[email protected]:vqv/ggbiplot.git
VignetteBuilder: knitr