-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 932 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
36 lines (36 loc) · 932 Bytes
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
Package: treemapify
Title: Draw Treemaps in 'ggplot2'
Version: 2.6.1.9000
Authors@R: c(
person("David", "Wilkins", , "david@wilkox.org", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3385-8981")),
person("Bob", "Rudis", , "bob@rud.is", 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.6)
Imports:
ggplot2 (>= 3.5),
ggfittext (>= 0.5.0),
grid (>= 3.1),
cli (>= 3.6.1)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
vdiffr,
spelling,
fontquiver,
showtext,
sysfonts,
svglite (>= 2.1.3)
License: GPL (>=3)
LazyData: true
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-GB
Config/roxygen2/version: 8.0.0
Config/testthat/edition: 3