-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
34 lines (34 loc) · 923 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
31
32
33
34
Package: ggfittext
Title: Fit Text Inside a Box in 'ggplot2'
Version: 0.10.2
Authors@R: c(person("David", "Wilkins", email = "david@wilkox.org",
role = c("aut", "cre")),
person("Brady", "Johnston", email = "brady.johnston@me.com",
role = c("ctb"))
)
Description: A 'ggplot2' extension to fit text into a box by growing, shrinking or wrapping the text.
Depends:
R (>= 3.6)
License: GPL-2
LazyData: true
Imports:
grid (>= 3.1),
stringi (>= 1.1.2),
shades (>= 1.3.1),
gridtext (>= 0.1.4),
ggplot2 (>= 2.2.1),
cli (>= 3.6.1)
RoxygenNote: 7.3.1
URL: https://wilkox.org/ggfittext/
BugReports: https://github.com/wilkox/ggfittext/issues/
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
vdiffr,
spelling
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Language: en-GB
Config/testthat/edition: 3