presupuestochile

Presupuesto de la Nacion de Chile

https://github.com/pachadotdev/presupuestochile

Science Score: 26.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
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.0%) to scientific vocabulary

Keywords

chile nacion presupuesto r rstats tidydata
Last synced: 9 months ago · JSON representation

Repository

Presupuesto de la Nacion de Chile

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
chile nacion presupuesto r rstats tidydata
Created almost 6 years ago · Last pushed almost 6 years ago
Metadata Files
Readme Contributing Funding License Code of conduct Support Codemeta

README.md

presupuestochile

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. <!-- badges: end -->

Proporciona los datos del Presupuesto de la Nacion de Chile en formato Tidy Data.

Toma mas de 38.000 archivos JSON del sitio web de la Biblioteca del Congreso y los lleva a cinco tablas segun los siguiente niveles de desagregacion de menor a mayor nivel de detalle:

  • Presupuesto
  • Partida
  • Capitulo
  • Programa
  • Subtitulo

Instalacion

Se puede instalar desde GitHub con el siguiente comando: r source("https://install-github.me/pachamaltese/presupuestochile")

Fuentes

Todos los datos en bruto son generados por DIPRES y están disponibles en http://presupuesto.bcn.cl/presupuesto/api.

Para evitar colapsar el repositorio con más de 38.000 archivos pequenios, dejé disponibles los archivos 7z que contienen las descargar en bruto en https://github.com/pachamaltese/presupuestochile/tree/master/data-7z

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",
    "http://schema.org"
  ],
  "@type": "SoftwareSourceCode",
  "identifier": "presupuestochile",
  "description": "Proporciona los datos del Presupuesto de la Nacion de Chile en\n  formato Tidy Data.",
  "name": "presupuestochile: Presupuesto de la Nacion de Chile",
  "license": "https://spdx.org/licenses/CC0-1.0",
  "version": "0.0.0.9000",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "version": "3.6.3",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R version 3.6.3 (2020-02-29)",
  "author": [
    {
      "@type": "Person",
      "givenName": "Mauricio",
      "familyName": "Vargas",
      "email": "mvargas@dcc.uchile.cl",
      "@id": "https://orcid.org/0000-0003-1017-7574"
    }
  ],
  "contributor": [
    {
      "@type": "Organization",
      "name": "Direccion de Presupuestos (DIPRES)"
    }
  ],
  "copyrightHolder": {},
  "funder": {},
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "Mauricio",
      "familyName": "Vargas",
      "email": "mvargas@dcc.uchile.cl",
      "@id": "https://orcid.org/0000-0003-1017-7574"
    }
  ],
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "dplyr",
      "name": "dplyr",
      "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=dplyr"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "highcharter",
      "name": "highcharter",
      "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=highcharter"
    },
    {
      "@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": "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"
    }
  ],
  "softwareRequirements": [
    {
      "@type": "SoftwareApplication",
      "identifier": "R",
      "name": "R",
      "version": ">= 2.10"
    }
  ],
  "codeRepository": "https://github.com/pachamaltese/presupuestochile/issues",
  "readme": "https://github.com/pachamaltese/presupuestochile/blob/master/README.md",
  "fileSize": "1404.617KB",
  "keywords": [
    "r",
    "chile",
    "presupuesto",
    "nacion",
    "tidydata"
  ],
  "issueTracker": "https://github.com/pachamaltese/presupuestochile/issues",
  "developmentStatus": "https://www.repostatus.org/#wip"
}

GitHub Events

Total
Last Year

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 6
  • Total Committers: 1
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Mauricio Vargas m****s@d****l 6
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • dplyr * suggests
  • highcharter * suggests
  • knitr * suggests
  • rmarkdown * suggests