-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.01 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
Type: Package
Package: arrowheadr
Title: Make Custom Arrowheads
Version: 1.0.1
Authors@R:
person("W. Joel", "Schneider", , "w.joel.schneider@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8393-5316"))
Description: The 'ggarrow' package is a 'ggplot2' extension that plots
a variety of different arrow segments with many options to customize.
The 'arrowheadr' package makes it easy to create custom arrowheads
and fins within the parameters that 'ggarrow' functions expect. It
has preset arrowheads and a collection of functions to create and
transform data for customizing arrows.
License: CC0
URL: https://github.com/wjschne/arrowheadr,
https://wjschne.github.io/arrowheadr/
BugReports: https://github.com/wjschne/arrowheadr/issues
Depends:
R (>= 2.10)
Imports:
bezier,
graphics,
grDevices,
purrr,
stats
Suggests:
ggarrow,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1