-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.17 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
Package: unhcrdown
Title: UNHCR Branded Templates for R Markdown Documents
Version: 0.6.0.9000
Authors@R: c(
person("Cédric", "Vidonne", , "[email protected]", role = c("aut", "cre")),
person("Ahmadou", "Dicko", , "[email protected]", role = "aut"),
person("Edouard", "Legoupil", , "[email protected]", role = "aut"),
person("UNHCR", role = "cph")
)
Description: Create United Nations High Commissioner for Refugees (UNHCR)
branded documents, presentations, and reports using R Markdown templates.
This package provides customized formats that align with UNHCR's official
brand guidelines for creating professional PDF reports, Word documents,
PowerPoint presentations, and HTML outputs.
License: MIT + file LICENSE
URL: https://github.com/unhcr-dataviz/unhcrdown,
https://unhcr-dataviz.github.io/unhcrdown/
BugReports: https://github.com/unhcr-dataviz/unhcrdown/issues
Imports:
bslib,
magick,
officedown,
pagedown,
rmarkdown,
xaringan
Suggests:
fontawesome,
knitr
VignetteBuilder:
knitr
Config/Needs/website: unhcr-dataviz/unhcrtemplate
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2