forked from Edouard-Legoupil/unhcrdatapackage
-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
35 lines (35 loc) · 1.04 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
Type: Package
Package: unhcrdatapackage
Title: UNHCR Population statistics Database
Version: 0.1.4
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 is a data package with all frame organised and reshapped
for easy consumptions in R Please see
https://www.unhcr.org/refugee-statistics/
https://data.humdata.org/dataset/unhcr-population-data-for-world
License: Creative Commons Attribution 4.0 International Public License
URL: https://unhcr.github.io/unhcrdatapackage/docs/
BugReports: https://github.com/unhcr/unhcrdatapackage/issues
Imports:
dplyr,
forcats,
ggplot2,
scales,
tidyr,
tidyverse,
unhcrthemes
Suggests:
knitr,
rmarkdown
VignetteBuilder:
knitr
Remotes:
github::UNHCR-WEB/unhcRstyle
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.2.0