-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
74 lines (74 loc) · 1.73 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: geomtextpath
Type: Package
Title: Curved Text in 'ggplot2'
Version: 0.1.4.9000
Authors@R: c(
person(given = "Allan",
family = "Cameron",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Teun",
family = "van den Brand",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9335-7468")))
Description: A 'ggplot2' extension that allows text to follow curved paths.
Curved text makes it easier to directly label paths or neatly annotate in
polar co-ordinates.
License: MIT + file LICENSE
LazyData: true
URL: https://allancameron.github.io/geomtextpath/
BugReports: https://github.com/AllanCameron/geomtextpath/issues
Encoding: UTF-8
Depends:
ggplot2 (>= 3.5.0),
R (>= 3.6.0)
Imports:
grid,
scales,
systemfonts,
rlang,
textshaping (>= 0.4.0)
RoxygenNote: 7.3.1
Suggests:
testthat (>= 3.0.0),
covr,
knitr,
rmarkdown,
ragg,
roxygen2,
sf,
xml2,
markdown (>= 1.3)
Config/testthat/edition: 3
VignetteBuilder: knitr
Collate:
'borrowed_gridtext.R'
'coord_curvedpolar.R'
'data.R'
'text_params.R'
'geom_textpath.R'
'geom_labelpath.R'
'geom_textsegment.R'
'geom_textabline.R'
'geom_textcontour.R'
'geom_textcurve.R'
'geom_textdensity.R'
'utils.R'
'geom_textdensity2d.R'
'geom_texthline.R'
'geom_textsf.R'
'geom_textsmooth.R'
'geom_textvline.R'
'geomtextpath-package.R'
'grob_labelpath.R'
'grob_textpath.R'
'guide_axis_textpath.R'
'onload.R'
'path_handling.R'
'scales.R'
'sf_helpers.R'
'smoothing.R'
'text_helpers.R'
'text_placement.R'
'trig_helpers.R'