-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
40 lines (40 loc) · 1.75 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: concordance
Type: Package
Title: Product Concordance
Version: 2.1.0
Date: 2023-01-16
Authors@R: c(
person("Steven", "Liao", email = "[email protected]", role = c("aut", "cre")),
person("In Song", "Kim", email = "[email protected]", role = c("aut")),
person("Sayumi", "Miyano", email = "[email protected]", role = c("aut")),
person("Hao", "Zhang", email = "[email protected]", role = c("aut"))
)
Description: A set of utilities for matching products in different
classification codes used in international trade
research. It supports concordance between the Harmonized
System (HS0, HS1, HS2, HS3, HS4, HS5, HS6, HS combined), the Standard
International Trade Classification (SITC1, SITC2, SITC3, SITC4),
the North American Industry Classification System (NAICS 2002, 2007,
2012, 2017, combined), as well as the Broad Economic Categories (BEC4),
the International Standard of Industrial Classification (ISIC2, ISIC3,
ISIC3.1, ISIC4), and the Standard Industrial Classification (SIC). It
also provides code nomenclature/descriptions look-up, product code
look-up based on user-specified keywords, Rauch classification look-up
(via concordance to SITC2), trade elasticity look-up (via concordance
to HS0 or SITC3 codes), upstreamness/downstreamness look-up (via
concordance to ISIC3 and NAICS codes), and intermediateness look-up (via product
descriptions).
License: MIT + file LICENSE
Depends: R (>= 3.6.0)
Imports:
dplyr (>= 0.8.5),
purrr (>= 0.3.3),
rlang (>= 0.4.5),
stringr (>= 1.4.0),
tibble (>= 3.0.0),
tidyr (>= 1.0.2)
LazyData: true
LazyDataCompression:xz
BugReports: https://github.com/insongkim/concordance/issues
RoxygenNote: 7.2.1
Encoding: UTF-8