-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
54 lines (54 loc) · 1.55 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
50
51
52
53
54
Package: zipangu
Title: Japanese Utility Functions and Data
Version: 0.3.3.9000
Authors@R:
c(person(given = "Shinya",
family = "Uryu",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0493-6186")),
person(given = "Hiroaki",
family = "Yutani",
role = "ctb",
comment = c(ORCID = "0000-0002-3385-7233")),
person(given = "Kazuhiro",
family = "Maeda",
role = "ctb"),
person(given = "Mao",
family = "Kobayashi",
role = "ctb"),
person(given = "Akiru",
family = "Kato",
role = "ctb")
)
Description: Some data treated by the Japanese R user require
unique operations and processing. These are caused by address, Kanji,
and traditional year representations. 'zipangu' transforms specific
to Japan into something more general one.
License: MIT + file LICENSE
URL: https://uribo.github.io/zipangu/,
https://github.com/uribo/zipangu
BugReports: https://github.com/uribo/zipangu/issues
Depends:
R (>= 3.2)
Imports:
dplyr (>= 0.8.3),
lifecycle (>= 0.1.0),
lubridate (>= 1.7.4),
magrittr (>= 1.5),
memoise,
purrr (>= 0.3.3),
rlang (>= 0.4.0),
stringi (>= 1.4.3),
stringr (>= 1.4.0),
tibble (>= 2.1.3),
arabic2kansuji (>= 0.1.0),
stats
Suggests:
curl,
testthat (>= 2.1.0),
scales (>= 1.1.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2