Economiccomplexity

Economiccomplexity: Computational Methods for Economic Complexity - Published in JOSS (2020)

https://github.com/pachadotdev/economiccomplexity

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 7 DOI reference(s) in README
  • Academic publication links
    Links to: joss.theoj.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (20.4%) to scientific vocabulary

Keywords

economic-complexity eigenvalues eigenvectors graphs international-trade matrix networks r recursive-algorithm

Scientific Fields

Sociology Social Sciences - 38% confidence
Last synced: 4 months ago · JSON representation

Repository

A wrapper of different indices and networks commonly used in Economic Complexity

Basic Info
Statistics
  • Stars: 39
  • Watchers: 5
  • Forks: 11
  • Open Issues: 0
  • Releases: 0
Topics
economic-complexity eigenvalues eigenvectors graphs international-trade matrix networks r recursive-algorithm
Created almost 8 years ago · Last pushed about 1 year ago
Metadata Files
Readme Funding License Code of conduct Codemeta

README.Rmd

---
output: github_document
---



```{r, echo = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/"
)
```

# economiccomplexity sticker


[![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.

Owner

  • Name: Mauricio "Pachá" Vargas Sepúlveda
  • Login: pachadotdev
  • Kind: user

Statistician interested in applying statistical methods to address specific policy-relevant questions, particularly in international trade.

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "economiccomplexity",
  "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.",
  "name": "economiccomplexity: Computational Methods for Economic Complexity",
  "codeRepository": "https://github.com/pachadotdev/economiccomplexity",
  "issueTracker": "https://github.com/pachadotdev/economiccomplexity/issues/",
  "license": "https://spdx.org/licenses/GPL-3.0",
  "version": "2.0.0",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R version 4.4.1 (2024-06-14)",
  "provider": {
    "@id": "https://cran.r-project.org",
    "@type": "Organization",
    "name": "Comprehensive R Archive Network (CRAN)",
    "url": "https://cran.r-project.org"
  },
  "author": [
    {
      "@type": "Person",
      "givenName": "Mauricio",
      "familyName": "Vargas Sepulveda",
      "email": "m.sepulveda@mail.utoronto.ca",
      "@id": "https://orcid.org/0000-0003-1017-7574"
    }
  ],
  "contributor": [
    {
      "@type": "Person",
      "givenName": "Carlo",
      "familyName": "Bottai"
    },
    {
      "@type": "Person",
      "givenName": "Diego",
      "familyName": "Kozlowski"
    },
    {
      "@type": "Organization",
      "name": "The World Bank"
    },
    {
      "@type": "Organization",
      "name": "Open Trade Statistics"
    }
  ],
  "copyrightHolder": [
    {
      "@type": "Person",
      "givenName": "Mauricio",
      "familyName": "Vargas Sepulveda",
      "email": "m.sepulveda@mail.utoronto.ca",
      "@id": "https://orcid.org/0000-0003-1017-7574"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "Mauricio",
      "familyName": "Vargas Sepulveda",
      "email": "m.sepulveda@mail.utoronto.ca",
      "@id": "https://orcid.org/0000-0003-1017-7574"
    }
  ],
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "testthat",
      "name": "testthat",
      "version": ">= 2.1.0",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=testthat"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "knitr",
      "name": "knitr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=knitr"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "ggplot2",
      "name": "ggplot2",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=ggplot2"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "ggraph",
      "name": "ggraph",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=ggraph"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "rmarkdown",
      "name": "rmarkdown",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=rmarkdown"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "covr",
      "name": "covr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=covr"
    }
  ],
  "softwareRequirements": {
    "1": {
      "@type": "SoftwareApplication",
      "identifier": "R",
      "name": "R",
      "version": ">= 3.5"
    },
    "2": {
      "@type": "SoftwareApplication",
      "identifier": "igraph",
      "name": "igraph",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=igraph"
    },
    "3": {
      "@type": "SoftwareApplication",
      "identifier": "Rdpack",
      "name": "Rdpack",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=Rdpack"
    },
    "SystemRequirements": null
  },
  "fileSize": "9405.69KB",
  "relatedLink": [
    "https://pacha.dev/economiccomplexity/",
    "https://CRAN.R-project.org/package=economiccomplexity"
  ],
  "readme": "https://github.com/pachadotdev/economiccomplexity/blob/main/README.md",
  "contIntegration": [
    "https://github.com/pachadotdev/economiccomplexity/actions/workflows/R-CMD-check.yaml",
    "https://app.codecov.io/gh/pachadotdev/economiccomplexity?branch=master"
  ],
  "developmentStatus": [
    "https://www.repostatus.org/#active",
    "https://www.tidyverse.org/lifecycle/#stable"
  ],
  "keywords": [
    "r",
    "matrix",
    "eigenvalues",
    "eigenvectors",
    "recursive-algorithm",
    "networks",
    "graphs",
    "international-trade",
    "economic-complexity"
  ]
}

GitHub Events

Total
  • Watch event: 1
  • Push event: 5
Last Year
  • Watch event: 1
  • Push event: 5

Committers

Last synced: 5 months ago

All Time
  • Total Commits: 135
  • Total Committers: 7
  • Avg Commits per committer: 19.286
  • Development Distribution Score (DDS): 0.133
Past Year
  • Commits: 5
  • Committers: 1
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Mauricio Vargas m****s@d****l 117
Mauricio Vargas m****1@u****l 13
Oliver Reiter z****r 1
Kyle Niemeyer k****r@f****m 1
Carlo Bottai n****o 1
Pacha p****a@i****l 1
Pacha p****a@M****l 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 20
  • Total pull requests: 3
  • Average time to close issues: about 1 month
  • Average time to close pull requests: about 4 hours
  • Total issue authors: 10
  • Total pull request authors: 3
  • Average comments per issue: 2.5
  • Average comments per pull request: 1.33
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • pachadotdev (5)
  • JohnCoene (5)
  • fabianscheifele (3)
  • softloud (1)
  • jbkunst (1)
  • calebepiacentini (1)
  • piyayut-ch (1)
  • CristinaProchazkkova (1)
  • Casoratti (1)
  • PintarN (1)
Pull Request Authors
  • n3ssuno (1)
  • zauster (1)
  • kyleniemeyer (1)
Top Labels
Issue Labels
enhancement (2) question (2) good first issue (1)
Pull Request Labels
bug (1) enhancement (1) good first issue (1)

Dependencies

DESCRIPTION cran
  • R >= 3.5 depends
  • Matrix * imports
  • Rdpack * imports
  • igraph * imports
  • covr * suggests
  • ggraph * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 2.1.0 suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite