-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.15 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: passport
Type: Package
Title: Travel Smoothly Between Country Name and Code Formats
Version: 0.3.0
Authors@R:
person(given = "Edward",
family = "Visel",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2811-6254"))
Description: Smooths the process of working with country names and codes via
powerful parsing, standardization, and conversion utilities arranged in a
simple, consistent API. Country name formats include multiple sources
including the Unicode Common Locale Data
Repository (CLDR, <http://cldr.unicode.org/>) common-sense standardized
names in hundreds of languages.
Depends: R (>= 3.1.0)
Imports:
stats,
utils
Suggests:
covr,
dplyr,
DT,
gapminder,
ggplot2,
jsonlite,
knitr,
mockr,
rmarkdown,
testthat,
tidyr
License: GPL-3 | file LICENSE
URL: https://github.com/alistaire47/passport, https://alistaire47.github.io/passport/
BugReports: https://github.com/alistaire47/passport/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr