forked from haleyjeppson/ggmosaic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.54 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
Package: ggmosaic
Title: Mosaic Plots in the 'ggplot2' Framework
Version: 0.3.4
Authors@R:
c(person(given = "Haley",
family = "Jeppson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2524-4063")),
person(given = "Heike",
family = "Hofmann",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-6216-5183")),
person(given = "Di",
family = "Cook",
role = "aut",
email = "[email protected]",
comment= c(ORCID = "0000-0002-3813-7155")),
person(given = "Hadley",
family = "Wickham",
role = "ctb",
email = "[email protected]",
comment = c(ORCID="0000-0003-4757-117X")))
Description: Mosaic plots in the 'ggplot2' framework. Mosaic
plot functionality is provided in a single 'ggplot2' layer by calling
the geom 'mosaic'.
License: GPL (>= 2)
URL: https://github.com/haleyjeppson/ggmosaic
BugReports: https://github.com/haleyjeppson/ggmosaic
Depends:
ggplot2 (>= 3.3.0),
R (>= 3.5.0)
Imports:
productplots,
dplyr,
plotly (>= 4.9.3),
purrr,
rlang,
tidyr,
ggrepel,
scales,
withr (>= 2.5.0)
Suggests:
gridExtra,
knitr,
NHANES,
rmarkdown,
shiny (>= 1.1.0),
patchwork
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate',
'namespace'))
RoxygenNote: 7.2.3