-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
55 lines (55 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Type: Package
Package: iati
Title: UNHCR IATI Data Crunching
Version: 0.1.1
Authors@R: c(
person("Edouard", "Legoupil", , "[email protected]", role = c("aut", "cre")),
person("Matheus", "Soldi Hardt", , "[email protected]", role = "aut"),
person("Hisham", "Galal", , "[email protected]", role = "aut")
)
Maintainer: Edouard Legoupil <[email protected]>
Description: This package includes UNHCR IATI data organised in tabular
format together with a chat library.
License: CC BY 4.0
URL: https://unhcr-americas.github.io/iati/docs/
BugReports: https://github.com/unhcr-americas/iati/issues
Imports:
countrycode,
cowplot,
dplyr,
forcats,
ggplot2,
ggrepel,
ggsankey,
glue,
grid,
here,
knitr,
lubridate,
magrittr,
patchwork,
purrr,
refugees,
rmarkdown,
scales,
showtext,
stats,
stringr,
sysfonts,
systemfonts,
tidyr,
tidyselect,
unhcrdown,
unhcrthemes
Suggests:
janitor,
testthat
VignetteBuilder:
knitr
Remotes:
github::davidsjoberg/ggsankey,
github::unhcr-dataviz/unhcrdown
Config/fusen/version: 0.5.2
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.3.1