-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.19 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
Package: dictionary
Type: Package
Title: Dictionary of South East Asia Admin1, Admin2 and Admin3 Names
Version: 0.1.0
Authors@R: c(person("Marc", "Choisy",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "https://orcid.org/0000-0002-5187-6390")),
person("Lucie", "Contamin",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "https://orcid.org/0000-0001-5797-1279")))
Description: This package contains a dictionary for Vietnamese, Lao, Thai,
Cambodian admin1 names, Vietnamese admin2 names and admin3 names,
useful to ensure consistency between different data packages using different
administrative units names.
License: MIT + file LICENSE
URL: https://github.com/epix-project/dictionary
BugReports: https://github.com/epix-project/dictionary/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Depends:
R (>= 2.10)
VignetteBuilder: knitr
Imports:
countrycode,
sptools,
stringi
Suggests:
knitr,
imhen,
testthat (>= 2.1.0),
covr
Remotes:
epix-project/imhen,
epix-project/sptools