forked from ropensci/visdat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
50 lines (50 loc) · 1.48 KB
/
DESCRIPTION
File metadata and controls
50 lines (50 loc) · 1.48 KB
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
Package: visdat
Title: Preliminary Visualisation of Data
Version: 0.6.0.9000
Authors@R: c(
person("Nicholas", "Tierney", role = c("aut", "cre"),
email = "nicholas.tierney@gmail.com",
comment = c(ORCID = "https://orcid.org/0000-0003-1460-8722")),
person("Sean", "Hughes", role = "rev",
comment =c(ORCID = "https://orcid.org/0000-0002-9409-9405",
"Sean Hughes reviewed the package for rOpenSci,
see https://github.com/ropensci/onboarding/issues/87")),
person("Mara", "Averick", role = "rev",
comment = "Mara Averick reviewed the package for rOpenSci, see
https://github.com/ropensci/onboarding/issues/87"),
person("Stuart", "Lee", role = c("ctb")),
person("Earo", "Wang", role = c("ctb")),
person("Nic", "Crane", role = c("ctb"))
)
Description: Create preliminary exploratory data visualisations of an entire
dataset to identify problems or unexpected features using 'ggplot2'.
Depends:
R (>= 3.2.2)
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.0.2
Imports:
ggplot2,
tidyr,
dplyr,
purrr,
readr,
magrittr,
stats,
tibble,
glue,
forcats
URL: http://visdat.njtierney.com/, https://github.com/ropensci/visdat
BugReports: https://github.com/ropensci/visdat/issues
Suggests:
testthat (>= 2.1.0),
plotly (>= 4.5.6),
knitr,
rmarkdown,
vdiffr,
gdtools,
spelling
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Language: en-US