-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
31 lines (31 loc) · 849 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: aRtsy
Title: Generative Art with 'ggplot2'
Description: Provides algorithms for creating artworks in the 'ggplot2' language that incorporate some form of randomness.
Version: 1.0.0
Date: 2023-10-15
Authors@R:
person(given = "Koen",
family = "Derks",
role = c("aut", "cre"),
email = "[email protected]")
BugReports: https://github.com/koenderks/aRtsy/issues
URL: https://koenderks.github.io/aRtsy/, https://github.com/koenderks/aRtsy, https://twitter.com/aRtsy_package, https://botsin.space/web/@aRtsy_package
Suggests:
testthat (>= 3.0.0)
Imports:
ambient,
e1071,
ggplot2 (>= 3.4.0),
kknn,
randomForest,
Rcpp,
scales,
stats
LinkingTo:
Rcpp,
RcppArmadillo
Language: en-US
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.2.3
Config/testthat/edition: 3