Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pachadotdev/economiccomplexity
A wrapper of different indices and networks commonly used in Economic Complexity
https://github.com/pachadotdev/economiccomplexity
economic-complexity eigenvalues eigenvectors graphs international-trade matrix networks r recursive-algorithm
Last synced: 11 days ago
JSON representation
A wrapper of different indices and networks commonly used in Economic Complexity
- Host: GitHub
- URL: https://github.com/pachadotdev/economiccomplexity
- Owner: pachadotdev
- License: gpl-3.0
- Created: 2018-02-20T04:47:51.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T15:43:31.000Z (over 1 year ago)
- Last Synced: 2024-10-11T19:21:20.613Z (27 days ago)
- Topics: economic-complexity, eigenvalues, eigenvectors, graphs, international-trade, matrix, networks, r, recursive-algorithm
- Language: HTML
- Homepage: https://pacha.dev/economiccomplexity/
- Size: 41.5 MB
- Stars: 39
- Watchers: 6
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/"
)
```# economiccomplexity
[![CRAN status](https://www.r-pkg.org/badges/version/economiccomplexity)](https://cran.r-project.org/package=economiccomplexity)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.01866/status.svg)](https://doi.org/10.21105/joss.01866)
[![R-CMD-check](https://github.com/pachadotdev/economiccomplexity/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/pachadotdev/economiccomplexity/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/pachadotdev/economiccomplexity/branch/master/graph/badge.svg)](https://app.codecov.io/gh/pachadotdev/economiccomplexity?branch=master)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 for a summary of these methods and its evolution in literature.
The references for this work are Mariani, et al. (2015) , Hausmann, et al. (2014) , and Hausmann, et al. (2005) .
## Installation
```{r, eval = FALSE}
# Install stable version from CRAN
install.packages("economiccomplexity")# Install development version from GitHub
devtools::install_github("pachadotdev/economiccomplexity")
```## Community Guidelines
If you want to contribute to the software, report issues or problems with the software, please fork the repo and send me a Pull Request or open an issue. I'm happy to receive ideas and I would do my best to coordinate efforts and improve this package without reinventing the wheel.
If you seek support or have questions you can start a thread on the issues section, or you can email me but I prefer open issues as probably more users have the same questions as you.
## Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](https://pacha.dev/economiccomplexity/CODE_OF_CONDUCT.html).
By participating in this project you agree to abide by its terms.