-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Versioned DOI: https://doi.org/10.5281/zenodo.5887037
- Loading branch information
1 parent
f2fda3f
commit ee39952
Showing
4 changed files
with
350 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,336 @@ | ||
{ | ||
"@context": "https://doi.org/10.5063/schema/codemeta-2.0", | ||
"@type": "SoftwareSourceCode", | ||
"identifier": "iotables", | ||
"description": "Pre-processing and basic analytical tasks related to working with Eurostat's symmetric input-output tables and provide basic input-output economics calculations. The package is part of rOpenGov <http://ropengov.github.io/> to open source open government initiatives.", | ||
"name": "iotables: Reproducible Input-Output Economics Analysis, Economic and Environmental Impact Assessment with Empirical Data", | ||
"codeRepository": "https://github.com/rOpenGov/iotables", | ||
"issueTracker": "https://github.com/rOpenGov/iotables/issues", | ||
"license": "https://spdx.org/licenses/MIT", | ||
"version": "0.9.2", | ||
"programmingLanguage": { | ||
"@type": "ComputerLanguage", | ||
"name": "R", | ||
"url": "https://r-project.org" | ||
}, | ||
"runtimePlatform": "R version 4.3.2 (2023-10-31 ucrt)", | ||
"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": "Daniel", | ||
"familyName": "Antal", | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0001-7513-6760" | ||
} | ||
], | ||
"contributor": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Kasia", | ||
"familyName": "Kulma", | ||
"@id": "https://orcid.org/0000-0002-2952-9720" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Pyry", | ||
"familyName": "Kantanen", | ||
"@id": "https://orcid.org/0000-0003-2853-2765" | ||
} | ||
], | ||
"maintainer": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Daniel", | ||
"familyName": "Antal", | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0001-7513-6760" | ||
} | ||
], | ||
"softwareSuggestions": [ | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "testthat", | ||
"name": "testthat", | ||
"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": "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": "spelling", | ||
"name": "spelling", | ||
"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=spelling" | ||
}, | ||
{ | ||
"@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" | ||
}, | ||
{ | ||
"@type": "SoftwareApplication", | ||
"identifier": "roxyglobals", | ||
"name": "roxyglobals", | ||
"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=roxyglobals" | ||
} | ||
], | ||
"softwareRequirements": { | ||
"1": { | ||
"@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" | ||
}, | ||
"2": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "eurostat", | ||
"name": "eurostat", | ||
"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=eurostat" | ||
}, | ||
"3": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "magrittr", | ||
"name": "magrittr", | ||
"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=magrittr" | ||
}, | ||
"4": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "tidyr", | ||
"name": "tidyr", | ||
"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=tidyr" | ||
}, | ||
"5": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "forcats", | ||
"name": "forcats", | ||
"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=forcats" | ||
}, | ||
"6": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "utils", | ||
"name": "utils" | ||
}, | ||
"7": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "plyr", | ||
"name": "plyr", | ||
"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=plyr" | ||
}, | ||
"8": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "lubridate", | ||
"name": "lubridate", | ||
"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=lubridate" | ||
}, | ||
"9": { | ||
"@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" | ||
}, | ||
"10": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "kableExtra", | ||
"name": "kableExtra", | ||
"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=kableExtra" | ||
}, | ||
"11": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "tibble", | ||
"name": "tibble", | ||
"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=tibble" | ||
}, | ||
"12": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "readxl", | ||
"name": "readxl", | ||
"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=readxl" | ||
}, | ||
"13": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "assertthat", | ||
"name": "assertthat", | ||
"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=assertthat" | ||
}, | ||
"14": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "glue", | ||
"name": "glue", | ||
"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=glue" | ||
}, | ||
"15": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "tidyselect", | ||
"name": "tidyselect", | ||
"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=tidyselect" | ||
}, | ||
"16": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "rlang", | ||
"name": "rlang", | ||
"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=rlang" | ||
}, | ||
"17": { | ||
"@type": "SoftwareApplication", | ||
"identifier": "R", | ||
"name": "R", | ||
"version": ">= 3.5.0" | ||
}, | ||
"SystemRequirements": null | ||
}, | ||
"fileSize": "2353.881KB", | ||
"citation": [ | ||
{ | ||
"@type": "CreativeWork", | ||
"datePublished": "2023", | ||
"author": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Daniel", | ||
"familyName": "Antal", | ||
"@id": "https://orcid.org/0000-0001-7513-6760" | ||
} | ||
], | ||
"name": "Reproducible Input-Output Economics Analysis, Economic and Environmental Impact Assessment with Empirical Data", | ||
"identifier": "10.5281/zenodo.5887037", | ||
"url": "https://iotables.dataobservatory.eu/", | ||
"@id": "https://doi.org/10.5281/zenodo.5887037", | ||
"sameAs": "https://doi.org/10.5281/zenodo.5887037" | ||
} | ||
], | ||
"relatedLink": ["https://iotables.dataobservatory.eu/", "https://CRAN.R-project.org/package=iotables"], | ||
"releaseNotes": "https://github.com/rOpenGov/iotables/blob/master/NEWS.md", | ||
"readme": "https://github.com/rOpenGov/iotables/blob/master/README.md", | ||
"contIntegration": ["https://github.com/rOpenGov/iotables/actions", "https://app.codecov.io/gh/rOpenGov/iotables", "https://ci.appveyor.com/project/rOpenGov/iotables"], | ||
"keywords": ["rstats", "r-package", "r"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
bibentry( | ||
bibtype = "misc", | ||
title = "Reproducible Input-Output Economics Analysis, Economic and Environmental Impact Assessment with Empirical Data", | ||
author = person(given ="Daniel", family="Antal", | ||
role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-7513-6760")), | ||
year = 2023, | ||
publisher = "The Comprehensive R Archive Network", | ||
url = "https://iotables.dataobservatory.eu/", | ||
doi = "10.5281/zenodo.5887037" | ||
) | ||
|