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
NeedsCompilation: yes
Packaged: 2024-12-13 03:40:39 UTC; pacha
Author: Mauricio Vargas Sepulveda [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 Sepulveda <m.sepulveda@mail.utoronto.ca>
Repository: CRAN
Date/Publication: 2024-12-13 04:00:01 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-14 02:21:46 UTC; windows
Archs: x64
