-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 1.21 KB
/
Copy pathDESCRIPTION
File metadata and controls
27 lines (27 loc) · 1.21 KB
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
Package: pecan
Type: Package
Title: Portfolio for Economic Complexity Analysis and Navigation
Version: 0.1.0
Authors@R: person("Shiying", "Xiao",
email = "shiying.xiao@outlook.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8846-3258"))
Maintainer: Shiying Xiao <shiying.xiao@outlook.com>
Description: A portfolio of tools for economic complexity analysis and
industrial upgrading navigation. The package implements essential measures
in international trade and development economics, including the relative
comparative advantage (RCA), economic complexity index (ECI) and product
complexity index (PCI). It enables users to analyze export structures,
explore product relatedness, and identify potential upgrading paths grounded
in economic theory, following the framework in Hausmann et al. (2014)
<doi:10.7551/mitpress/9647.001.0001>.
License: GPL (>= 3)
URL: https://github.com/Carol-seven/pecan, https://shiying-xiao.com/pecan
BugReports: https://github.com/Carol-seven/pecan/issues
Encoding: UTF-8
LazyData: true
Imports: Rdpack, dplyr, tibble, tidyr
RoxygenNote: 7.3.3
RdMacros: Rdpack
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3