-
Notifications
You must be signed in to change notification settings - Fork 84
/
DESCRIPTION
49 lines (49 loc) · 1.56 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
Type: Package
Package: countrycode
Title: Convert Country Names and Country Codes
Version: 1.6.0.9000
Authors@R:
c(person(given = "Vincent",
family = "Arel-Bundock",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2042-7063")),
person(given = "CJ",
family = "Yetman",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5099-9500")),
person(given = "Nils",
family = "Enevoldsen",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-7195-4117")),
person("Etienne", "Bacher",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-9271-5075")),
person(given = "Samuel",
family = "Meichtry",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2165-791X")))
Description: Standardize country names, convert them into one of 40
different coding schemes, convert between coding schemes, and assign
region descriptors.
License: GPL-3
URL: https://vincentarelbundock.github.io/countrycode/
BugReports: https://github.com/vincentarelbundock/countrycode/issues
Depends:
R (>= 2.10)
Suggests:
altdoc,
eurostat,
testthat,
tibble,
ISOcodes,
utf8
Encoding: UTF-8
LazyData: yes
LazyLoad: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1