-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathREADME.Rmd
49 lines (35 loc) · 2.72 KB
/
README.Rmd
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/"
)
```
# economiccomplexity <img src="man/figures/logo.svg" width=150 align="right" alt="sticker"/>
<!-- badges: start -->
[![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)
<!-- badges: end -->
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.
The references for this work are Mariani, et al. (2015) <doi:10.1140/epjb/e2015-60298-7>, Hausmann, et al. (2014) <doi:10.7551/mitpress/9647.001.0001>, and Hausmann, et al. (2005) <doi:10.3386/w11905>.
## 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.