-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.24 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
Package: regioncode
Title: Convert Region Names and Division Codes of China Over Years
Version: 0.1.99999
Authors@R:
c(person(given = "Yue",family = "Hu",role = c("aut","cre"), email = "[email protected]"),
person(given = "Xinyi",family = "Ye",role = c("aut"), email = "[email protected]"),
person(given = "Yufei",family = "Sun",role = c("aut"), email = "[email protected]"),
person(given = "Wenquan",family = "Wu",role = c("aut"), email = "[email protected]"))
Author: Yue Hu [aut, cre],
Xinyi Ye [aut],
Yufei Sun [aut],
Wenquan Wu [aut]
Maintainer: Yue Hu <[email protected]>
Description: A tool to conquer the difficulties to convert various region names and administration division codes of Chinese regions. The current version enables seamlessly converting Chinese regions' formal names, common-used names, and codes between each other at the city level from 1986 to 2019.
License: MIT + file LICENSE
Encoding: UTF-8
BugReports: https://github.com/sammo3182/regioncode/issues
Depends:
R(>= 3.6.0)
Imports:
pinyin
Suggests:
dplyr,
knitr,
rmarkdown
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3
VignetteBuilder: knitr