forked from rstudio/pagedown
-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
45 lines (45 loc) · 1.08 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
Package: unhcRstyle
Type: Package
Title: Use consistently UNHCR branding though preconfigured palette, ggplot2 themes and Rmd template
Version: 0.1.0
Authors@R: c(
person("Cedric", "Vidonne", role = c("aut", "cre"), email = "vidonne@unhcr.org"),
person("Edouard", "Legoupil", role = c("aut", "ctb"), email = "legoupil@unhcr.org"))
Maintainer: Cedric Vidonne <vidonne@unhcr.org>
Description: A collection of template, palettes and themes for plots, documents, and slides
based on UNHCR branding
Depends:
bookdown,
markdown,
xml2
Imports:
tufte,
htmltools,
xfun,
knitr (>= 1.18),
rmarkdown,
stringr,
magrittr,
pagedown,
ggplot2,
extrafont,
scales,
ragg,
tidyverse,
unhcrdatapackage
Remotes:
unhcr/unhcrdatapackage
Suggests:
promises,
testit,
xaringan,
pdftools,
revealjs
License: MIT + file LICENSE
URL: https://github.com/unhcr-web/unhcRstyle
BugReports: https://github.com/unhcr-web/unhcRstyle/issues
SystemRequirements: Pandoc (>= 2.2.3)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1