-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 933 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
37
38
Package: ggfoundry
Type: Package
Title: Shape Foundry & Geom for 'ggplot2'
Version: 0.3.1.9000
Authors@R: person("Carl", "Goodwin", email = "[email protected]",
role = c("aut", "cre", "cph"))
Description: A 'ggplot2' extension that supports arbitrary
hand-crafted colourable & fillable shapes. New shapes may be feature
requested via a Github issue.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
ggplot2 (>= 3.5.0),
R (>= 4.1)
Imports:
cli,
grid,
grImport2,
lifecycle,
rlang
Suggests:
dplyr,
forcats,
ggimage,
httr,
knitr,
rmarkdown,
spelling,
stringr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
URL: https://github.com/cgoo4/ggfoundry, https://cgoo4.github.io/ggfoundry/
BugReports: https://github.com/cgoo4/ggfoundry/issues
Language: en-GB