-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
31 lines (31 loc) · 863 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
Package: flametree
Title: Generate Random Tree-Like Images
Version: 0.1.3
Authors@R:
person(given = "Danielle",
family = "Navarro",
role = c("aut", "cre"),
email = "djnavarro@protonmail.com",
comment = c(ORCID = "0000-0001-7648-6578"))
Description: A generative art system for producing tree-like
images using an L-system to create the structures. The package
includes tools for generating the data structures and visualise
them in a variety of styles.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/djnavarro/flametree
BugReports: https://github.com/djnavarro/flametree/issues
Imports:
tibble,
dplyr,
purrr,
tidyr,
ggplot2,
ggforce,
magrittr
Suggests:
deldir,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.1.1