-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 966 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
35
36
Package: ggarrow
Title: Arrows for 'ggplot2'
Version: 0.1.0.9000
Authors@R:
person(given = "Teun",
family = "van den Brand",
role = c("aut", "cre"),
email = "tahvdbrand@gmail.com",
comment = c(ORCID = "0000-0002-9335-7468"))
Description: A 'ggplot2' extension that adds specialised arrow geometry layers.
It offers more arrow options than the standard 'grid' arrows that
are built-in many line-based geom layers.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
ggplot2 (>= 3.5.0)
Imports:
cli,
grid,
polyclip,
rlang (>= 1.1.0),
scales,
utils,
vctrs
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0),
vdiffr
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://teunbrand.github.io/ggarrow/, https://github.com/teunbrand/ggarrow
BugReports: https://github.com/teunbrand/ggarrow/issues