-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·46 lines (46 loc) · 1.13 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
Package: ggbenjamini
Title: Generate ficus benjamina leaf shapes with bezier curves
Version: 0.0.1
Authors@R:
person(given = "Urs",
family = "Wilke",
role = c("aut", "cre"),
email = "urs.wilke@gmail.com",
comment = c(ORCID = "0000-0001-7257-2524"))
Description: This package can be used to generate shapes in the form of ficus benjamina (weeping fig) leaves with bezier curves. The main output of the package are dataframes containing all the information of these bezier curves.
License: MIT + file LICENSE
Suggests:
flametree,
rsvg,
minisvg,
knitr,
rmarkdown,
testthat (>= 3.0.0),
vdiffr,
ambient,
covr,
usethis
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Imports:
stringr,
dplyr (>= 1.1.0),
ggplot2,
purrr,
tidyr,
ggforce,
magrittr,
tibble,
rlang,
grid,
prismatic
Remotes:
coolbutuseless/minisvg,
djnavarro/flametree
Depends:
R (>= 2.10)
URL: https://urswilke.github.io/ggbenjamini/, https://github.com/urswilke/ggbenjamini/