forked from galalH/nansen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.63 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
Package: refugees
Type: Package
Title: UNHCR Refugee Population Statistics Database
Version: 2024.6.0
Authors@R: c(person(given = "Hisham",
family = "Galal",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Ahmadou",
family = "Dicko",
email = "[email protected]",
role = "ctb"),
person("UNHCR",
role = "cph"))
Description: The Refugee Population Statistics Database published by
The Office of The United Nations High Commissioner for Refugees (UNHCR)
contains information about forcibly displaced populations
spanning more than 70 years of statistical activities.
It covers displaced populations such as refugees, asylum-seekers and
internally displaced people, including their demographics.
Stateless people are also included, most of who have never been displaced.
The database also reflects the different types of solutions
for displaced populations such as repatriation or resettlement.
More information on the data and methodology can be found on
the UNHCR Refugee Data Finder <https://www.unhcr.org/refugee-statistics/>.
URL: https://populationstatistics.github.io/refugees/, https://github.com/PopulationStatistics/refugees
BugReports: https://github.com/PopulationStatistics/refugees/issues
License: CC BY 4.0
LazyData: true
LazyDataCompression: xz
Depends:
R (>= 3.5)
Imports:
tibble (>= 3.2.0)
Suggests:
testthat (>= 3.1.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Encoding: UTF-8
Config/testthat/edition: 3