Package: economiccomplexity
Type: Package
Title: Computational Methods for Economic Complexity
Version: 1.1
Authors@R: c(
    person(given = "Mauricio",
      family = "Vargas",
      role = c("aut", "cre", "cph"),
      email = "mvargas@dcc.uchile.cl",
      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.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5)
Imports: Matrix, igraph, Rdpack
Suggests: testthat (>= 2.1.0), knitr, markdown, ggraph
URL: https://pacha.dev/economiccomplexity/
BugReports: https://github.com/pachamaltese/economiccomplexity/issues/
RdMacros: Rdpack
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-09-18 15:50:11 UTC; pacha
Author: Mauricio Vargas [aut, cre, cph]
    (<https://orcid.org/0000-0003-1017-7574>),
  Carlo Bottai [ctb] (improved the eigenvalues calculation),
  Diego Kozlowski [ctb] (provided initial RCA function used up to v0.2.4),
  Nico Pintar [rev] (suggested improvements to special cases in
    eigenvalues calculation),
  The World Bank [dtc] (World GDP per capita dataset),
  Open Trade Statistics [dtc] (World Trade dataset)
Maintainer: Mauricio Vargas <mvargas@dcc.uchile.cl>
Repository: CRAN
Date/Publication: 2020-09-19 22:20:17 UTC
