-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
48 lines (48 loc) · 1.25 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: cori.charts
Title: CORI data visualization themes
Version: 0.0.1
Authors@R: c(
person("Camden", "Blatchly", , "[email protected]", role = c("aut", "cre")),
person("Smarth", "Gupta", role = "aut"),
person("Harsh", "Josh", role = "aut"),
person("Meongsu", "Lee", role = "aut"),
person("Dashansh", "Prajapati", role = "aut"),
person("Julia", "Silge", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-3671-836X")),
person("Abhishek", "Sinha", role = "aut"),
person("Matt", "Zdun", role = "aut")
)
Description: Theming and colors for the Center for Rural Innovation data
visualization style.
License: MIT + file LICENSE
URL: https://github.com/ruralinnovation/cori.charts,
https://ruralinnovation.github.io/cori.charts/
BugReports: https://github.com/ruralinnovation/cori.charts/issues
Depends:
R (>= 2.10)
Imports:
extrafont,
ggplot2,
grid,
png,
rlang,
magick,
showtext,
sysfonts
Suggests:
dplyr,
knitr,
rmarkdown,
scales,
stringr,
testthat (>= 3.0.0),
tidyr,
curl,
ggspatial
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2