Package: economiccomplexity
Type: Package
Title: Methods Used in the Economic Complexity Literature
Version: 0.1.0
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 = c("ctb"),
      comment = "improved the eigenvalues calculation"
    ),
    person(given = "Diego",
      family = "Kozlowski",
      role = c("ctb"),
      comment = "provided initial RCA and proximity functions he used for his thesis"
    ),
    person(given = "Mark",
      family = "Padgham",
      role = c("ctb"),
      comment = "compared PRODY equations from different sources"
    ),
    person(family = "UN COMTRADE",
      role = "dtc"),
    person(family = "The World Bank",
      role = "dtc")
  )
Description: A wrapper of different indices and networks commonly used in Economic Complexity
  to explore bipartite relations such as countries and their exported products. These methods
  are also useful for different kind of relations such as countries and their spoken languages.
  The functions within this package correspond to code implementations of the equations 
  described in Hausmann, et al. (2005) <doi:10.3386/w11905>, Hausmann, et al. (2014) 
  <doi:10.7551/mitpress/9647.001.0001>, and Mariani, et al. (2015) <doi:10.1140/epjb/e2015-60298-7>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: magrittr, tibble, dplyr, tidyr, Matrix, igraph, rlang
Depends: R (>= 3.5)
URL: https://pachamaltese.github.io/economiccomplexity
BugReports: http://github.com/pachamaltese/economiccomplexity/issues
RdMacros: Rdpack
RoxygenNote: 6.1.1
Suggests: testthat (>= 2.1.0), knitr, Rdpack, ggraph
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-06-30 00:10:49 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 and proximity functions he
    used for his thesis),
  Mark Padgham [ctb] (compared PRODY equations from different sources),
  UN COMTRADE [dtc],
  The World Bank [dtc]
Maintainer: Mauricio Vargas <mvargas@dcc.uchile.cl>
Repository: CRAN
Date/Publication: 2019-07-02 12:30:06 UTC
