-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
34 lines (34 loc) · 1.21 KB
/
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
Package: ggRtsy
Type: Package
Title: Add Some Van Gogh Colors and Overlay Colors on Your 'ggplot()'
Version: 0.1.0
Authors@R: c(
person("Katelyn", "Diaz", email = "katndiaz@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6108-1682")),
person("Silas", "Weden", email = "sweden@smith.edu", role = "aut"),
person("Tess", "Goldmann", email = "tgoldmann@smith.edu", role = "aut"),
person("Aushanae", "Haller", email = "aushanaenhaller@gmail.com", role = "edt", comment = c(ORCID = "0000-0002-2090-1952")),
person("Kathleen", "Hablutzel", email = "krhablutzel@gmail.com", role = "edt", comment = c(ORCID = "0000-0002-7802-6353"))
)
Maintainer: Katelyn Diaz <katndiaz@gmail.com>
Description: Works with 'ggplot2' to add a Van Gogh color palette to the user’s repertoire.
It also has a function that work alongside 'ggplot2' to create more interesting data visualizations and add contextual information to the user’s plots.
License: CC0
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
RoxygenNote: 7.2.3
Imports:
purrr,
stringr,
ggplot2,
tibble,
magrittr,
grDevices,
dplyr
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr