forked from wilkox/treemapify
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 785 Bytes
/
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
Package: treemapify
Title: Draw Treemaps in 'ggplot2'
Version: 2.5.3.9002
Author: David Wilkins <[email protected]>
Authors@R: c(
person("David", "Wilkins", , "[email protected]", role = c("aut", "cre")),
person("Bob", "Rudis", , "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
URL: https://wilkox.org/treemapify
BugReports: https://github.com/wilkox/treemapify/issues
Description: Provides 'ggplot2' geoms for drawing treemaps.
Depends: R (>= 3.2.3)
Imports:
ggplot2 (>= 2.2.1),
ggfittext (>= 0.5.0),
grid (>= 3.1)
Suggests:
knitr,
rmarkdown,
testthat,
vdiffr,
spelling
License: GPL (>=3)
LazyData: true
RoxygenNote: 7.1.0
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US