Package: flametree
Title: Generate Random Tree-Like Images
Version: 0.1.2
Authors@R: 
    person(given = "Danielle",
           family = "Navarro",
           role = c("aut", "cre"),
           email = "d.navarro@unsw.edu.au",
           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, paletteer,
        magrittr
RoxygenNote: 7.1.1
Suggests: deldir, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-04-26 11:54:39 UTC; danielle
Author: Danielle Navarro [aut, cre] (<https://orcid.org/0000-0001-7648-6578>)
Maintainer: Danielle Navarro <d.navarro@unsw.edu.au>
Repository: CRAN
Date/Publication: 2021-04-27 07:20:03 UTC
