-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1.22 KB
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 1.22 KB
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
Package: artpack
Title: Creates Generative Art Data
Version: 0.2.0
Authors@R:
person("Meghan", "Harris", , "meghanha01@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-3922-8101"))
Maintainer: Meghan Harris <meghanha01@gmail.com>
Description: Create data that displays generative art when mapped into a 'ggplot2' plot. Functionality includes specialized data frame creation for geometric shapes, tools that define artistic color palettes, tools for geometrically transforming data, and other miscellaneous tools that are helpful when using 'ggplot2' for generative art.
License: MIT + file LICENSE
URL: https://meghansaha.github.io/artpack/, https://github.com/Meghansaha/artpack
BugReports: https://github.com/Meghansaha/artpack/issues
Imports:
cli,
dplyr (>= 1.0.8),
grDevices,
knitr,
lifecycle,
purrr (>= 0.3.4),
rlang,
sf,
stringr (>= 1.5.0),
tibble (>= 3.1.6)
Suggests:
covr,
rmarkdown,
spelling,
testthat (>= 3.0.0),
ggplot2 (>= 3.4.2),
withr
Depends:
R (>= 4.1.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3