-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
63 lines (63 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Package: economiccomplexity
Type: Package
Title: Computational Methods for Economic Complexity
Version: 2.0.0
Authors@R: c(
person(given = "Mauricio",
family = "Vargas Sepulveda",
role = c("aut", "cre", "cph"),
email = "m.sepulveda@mail.utoronto.ca",
comment = c(ORCID = "0000-0003-1017-7574")
),
person(given = "Carlo",
family = "Bottai",
role = "ctb",
comment = "improved the eigenvalues calculation"
),
person(given = "Diego",
family = "Kozlowski",
role = "ctb",
comment = "provided initial RCA function used up to v0.2.4"
),
person(given = "Nico",
family = "Pintar",
role = "rev",
comment = "suggested improvements to special cases in eigenvalues
calculation"
),
person(family = "The World Bank",
role = "dtc",
comment = "World GDP per capita dataset"
),
person(family = "Open Trade Statistics",
role = "dtc",
comment = "World Trade dataset"
)
)
Description: A wrapper of different methods from Linear Algebra for the equations
introduced in The Atlas of Economic Complexity and related literature. This
package provides standard matrix and graph output that can be used seamlessly
with other packages. See <doi:10.21105/joss.01866> for a summary
of these methods and its evolution in literature.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5)
Imports:
igraph,
Rdpack
Suggests:
testthat (>= 2.1.0),
knitr,
ggplot2,
ggraph,
rmarkdown,
covr
URL: https://pacha.dev/economiccomplexity/
BugReports: https://github.com/pachadotdev/economiccomplexity/issues/
RoxygenNote: 7.3.2
RdMacros: Rdpack
VignetteBuilder: knitr
LinkingTo:
cpp11,
cpp11armadillo