forked from Edouard-Legoupil/unhcrdatapackage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
68 lines (68 loc) · 1.62 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
56
57
58
59
60
61
62
63
64
65
66
67
68
Type: Package
Package: unhcrdatapackage
Title: UNHCR Population Statistics Database with Chart Library and
Factsheet Template
Version: 0.1.6
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 = "ctb")
)
Maintainer: Edouard Legoupil <[email protected]>
Description: This is a data package with all frames organised and
reshapped for easy consumptions in R. For more information, please see
consult
[https://www.unhcr.org/refugee-statistics/](https://www.unhcr.org/refugee-statistics).
The packages also includes a series of plotting functions both at
country and regional level together with Rmd Templates.
License: Creative Commons Attribution 4.0 International Public License
URL: https://edouard-legoupil.github.io/unhcrdatapackage/docs/
BugReports: https://github.com/edouard-legoupil/unhcrdatapackage/issues
Imports:
circlize,
ckanr,
dplyr,
forcats,
fs,
ggalt,
ggplot2,
ggrepel,
here,
Hmisc,
magrittr,
mapsf,
patchwork,
plyr,
purrr,
readr,
reshape2,
rmarkdown,
rnaturalearth,
scales,
sf,
showtext,
sinew,
stats,
stringr,
sysfonts,
systemfonts,
tidyr,
tidyselect,
tools,
treemapify,
unhcrdown,
unhcrthemes,
utils,
viridis,
wbstats
Suggests:
knitr,
testthat
VignetteBuilder:
knitr
Remotes:
vidonne/unhcrdown,
vidonne/unhcrthemes
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.2.1