-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.39 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
Package: xplrrr
Title: This package makes exploratory data analysis (EDA) simple and seamless. EDA is a crucial phase in the data science workflow as it allows us get a fist glimpse of the data. It is important to identify statistical characteristics of the data so that we can properly set up the rest of the analysis
Version: 0.4.1.87
Authors@R: c(person(given = "Furqan",
family = "Khan",
role = c("aut"),
email = "[email protected]"),
person(given = "Serhiy",
family = "Pokrovskyy",
role = c("aut"),
email = "[email protected]"),
person(given = "Braden",
family = "Tam",
role = c("aut"),
email = "[email protected]"),
person(given = "Yu",
family = "Fang",
role = c("aut","cre"),
email = "[email protected]"))
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
Imports:
gridExtra,
purrr,
dplyr,
ggplot2,
matrixStats,
stats
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
covr,
pkgdown
VignetteBuilder: knitr
URL: https://github.com/UBC-MDS/xplrrr
BugReports: https://github.com/UBC-MDS/xplrrr/issues