-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.01 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
Package: paleta
Type: Package
Title: Collection of Palettes, Themes, and Theme Components
Version: 0.1.0
Authors@R: person(
given = "Ernest",
family = "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
email = "ernest@guevarra.io",
role = c("aut", "cre", "cph")
)
Description: A collection of palettes, themes, and theme components based on
publicly available branding guidelines of various non-governmental
organisations, government agencies, and United Nations units.
License: GPL (>= 3)
Depends:
R (>= 4.1.0)
Imports:
cli,
ggplot2,
stringr,
systemfonts,
withr
Suggests:
knitr,
ragg,
rmarkdown,
showtext,
spelling,
sysfonts,
testthat (>= 3.0.0)
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
URL: https://katilingban.io/paleta,https://github.com/katilingban/paleta
BugReports: https://github.com/katilingban/paleta/issues
VignetteBuilder: knitr
Config/testthat/edition: 3