-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
54 lines (54 loc) · 865 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: aRt
Title: Generative Art with R
Version: 1.4.7
Authors@R:
person("Nicola", "Rennie", , "nrennie35@gmail.com", role = c("aut", "cre"))
Description: Creates generative art using R.
License: Apache License (>= 2)
URL: https://nrennie.github.io/aRt/
Depends:
R (>= 4.1)
Imports:
ape,
cowplot,
dplyr,
ggforce,
ggfx,
ggpattern,
ggplot2 (>= 3.4.0),
ggraph,
ggvoronoi,
grDevices,
igraph,
lwgeom,
magick,
patchwork,
purrr,
sf,
stats,
stringr,
terra,
tibble,
tidygraph,
tidyr,
tidyterra,
treemapify
Suggests:
ambient,
deldir,
elevatr,
ggstream,
MetBrewer,
particles,
PrettyCols,
rayshader,
rcartocolor,
RColorBrewer
Remotes:
thomasp85/ggfx,
nrennie/ggvoronoi
Config/Needs/website: nrennie/nrenniepkgdown
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1