-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
89 lines (89 loc) · 1.97 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Type: Package
Package: unhcrdatapackage
Title: UNHCR Population Statistics Database with Chart Library and
Factsheet Template
Version: 0.1.8
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: MIT + file LICENSE
URL: https://edouard-legoupil.github.io/unhcrdatapackage/docs/
BugReports: https://github.com/edouard-legoupil/unhcrdatapackage/issues
Imports:
bsplus,
circlize,
colourpicker,
config,
dplyr,
extrafont,
forcats,
ForcedDisplacementStat,
ggalluvial,
ggalt,
ggbraid,
ggforce,
ggplot2,
ggrepel,
ggspatial,
ggtext,
glue,
golem,
graphics,
grDevices,
here,
Hmisc,
htmltools,
lubridate,
magrittr,
mapsf,
OpenStreetMap,
pak,
patchwork,
purrr,
rmarkdown,
rnaturalearth,
rnaturalearthdata,
scales,
sf,
shiny,
shinydashboard,
shinydashboardPlus,
shinyjs,
showtext,
stats,
stringr,
styler,
svglite,
sysfonts,
systemfonts,
tidyr,
tidyselect,
treemapify,
unhcrdown,
unhcrshiny,
unhcrthemes,
utils,
viridis,
WDI
Suggests:
knitr,
testthat
VignetteBuilder:
knitr
Remotes:
edouard-legoupil/ForcedDisplacementStat,
edouard-legoupil/unhcrshiny,
unhcr-dataviz/unhcrdown,
unhcr-dataviz/unhcrthemes
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.2.3