Skip to content

Commit ee39952

Browse files
committed
1 parent f2fda3f commit ee39952

File tree

4 files changed

+350
-2
lines changed

4 files changed

+350
-2
lines changed

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ version <- gsub('-', '.', version)
2929
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/iotables)](https://cran.r-project.org/package=iotables)
3030
[![CRAN_time_from_release](https://www.r-pkg.org/badges/ago/iotables)](https://cran.r-project.org/package=iotables)
3131
[![metacran downloads](https://cranlogs.r-pkg.org/badges/iotables)](https://cran.r-project.org/package=iotables)
32-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6033854.svg)](https://doi.org/10.5281/zenodo.6033854)
32+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5887037.svg)](https://doi.org/10.5281/zenodo.5887037)
3333
[![license](https://img.shields.io/badge/license-MIT + file LICENSE-lightgrey.svg)](https://choosealicense.com/)
3434
[![codecov](https://codecov.io/gh/rOpenGov/iotables/branch/master/graph/badge.svg)](https://app.codecov.io/gh/rOpenGov/iotables)
3535
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/rOpenGov/iotables?branch=master&svg=true)](https://ci.appveyor.com/project/rOpenGov/iotables)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[![CRAN_time_from_release](https://www.r-pkg.org/badges/ago/iotables)](https://cran.r-project.org/package=iotables)
1313
[![metacran
1414
downloads](https://cranlogs.r-pkg.org/badges/iotables)](https://cran.r-project.org/package=iotables)
15-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6033854.svg)](https://doi.org/10.5281/zenodo.6033854)
15+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5887037.svg)](https://doi.org/10.5281/zenodo.5887037)
1616
[![license](https://img.shields.io/badge/license-MIT%20+%20file%20LICENSE-lightgrey.svg)](https://choosealicense.com/)
1717
[![codecov](https://codecov.io/gh/rOpenGov/iotables/branch/master/graph/badge.svg)](https://app.codecov.io/gh/rOpenGov/iotables)
1818
[![AppVeyor build

codemeta.json

+336
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,336 @@
1+
{
2+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
3+
"@type": "SoftwareSourceCode",
4+
"identifier": "iotables",
5+
"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.",
6+
"name": "iotables: Reproducible Input-Output Economics Analysis, Economic and Environmental Impact Assessment with Empirical Data",
7+
"codeRepository": "https://github.com/rOpenGov/iotables",
8+
"issueTracker": "https://github.com/rOpenGov/iotables/issues",
9+
"license": "https://spdx.org/licenses/MIT",
10+
"version": "0.9.2",
11+
"programmingLanguage": {
12+
"@type": "ComputerLanguage",
13+
"name": "R",
14+
"url": "https://r-project.org"
15+
},
16+
"runtimePlatform": "R version 4.3.2 (2023-10-31 ucrt)",
17+
"provider": {
18+
"@id": "https://cran.r-project.org",
19+
"@type": "Organization",
20+
"name": "Comprehensive R Archive Network (CRAN)",
21+
"url": "https://cran.r-project.org"
22+
},
23+
"author": [
24+
{
25+
"@type": "Person",
26+
"givenName": "Daniel",
27+
"familyName": "Antal",
28+
"email": "[email protected]",
29+
"@id": "https://orcid.org/0000-0001-7513-6760"
30+
}
31+
],
32+
"contributor": [
33+
{
34+
"@type": "Person",
35+
"givenName": "Kasia",
36+
"familyName": "Kulma",
37+
"@id": "https://orcid.org/0000-0002-2952-9720"
38+
},
39+
{
40+
"@type": "Person",
41+
"givenName": "Pyry",
42+
"familyName": "Kantanen",
43+
"@id": "https://orcid.org/0000-0003-2853-2765"
44+
}
45+
],
46+
"maintainer": [
47+
{
48+
"@type": "Person",
49+
"givenName": "Daniel",
50+
"familyName": "Antal",
51+
"email": "[email protected]",
52+
"@id": "https://orcid.org/0000-0001-7513-6760"
53+
}
54+
],
55+
"softwareSuggestions": [
56+
{
57+
"@type": "SoftwareApplication",
58+
"identifier": "testthat",
59+
"name": "testthat",
60+
"provider": {
61+
"@id": "https://cran.r-project.org",
62+
"@type": "Organization",
63+
"name": "Comprehensive R Archive Network (CRAN)",
64+
"url": "https://cran.r-project.org"
65+
},
66+
"sameAs": "https://CRAN.R-project.org/package=testthat"
67+
},
68+
{
69+
"@type": "SoftwareApplication",
70+
"identifier": "rmarkdown",
71+
"name": "rmarkdown",
72+
"provider": {
73+
"@id": "https://cran.r-project.org",
74+
"@type": "Organization",
75+
"name": "Comprehensive R Archive Network (CRAN)",
76+
"url": "https://cran.r-project.org"
77+
},
78+
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
79+
},
80+
{
81+
"@type": "SoftwareApplication",
82+
"identifier": "spelling",
83+
"name": "spelling",
84+
"provider": {
85+
"@id": "https://cran.r-project.org",
86+
"@type": "Organization",
87+
"name": "Comprehensive R Archive Network (CRAN)",
88+
"url": "https://cran.r-project.org"
89+
},
90+
"sameAs": "https://CRAN.R-project.org/package=spelling"
91+
},
92+
{
93+
"@type": "SoftwareApplication",
94+
"identifier": "covr",
95+
"name": "covr",
96+
"provider": {
97+
"@id": "https://cran.r-project.org",
98+
"@type": "Organization",
99+
"name": "Comprehensive R Archive Network (CRAN)",
100+
"url": "https://cran.r-project.org"
101+
},
102+
"sameAs": "https://CRAN.R-project.org/package=covr"
103+
},
104+
{
105+
"@type": "SoftwareApplication",
106+
"identifier": "roxyglobals",
107+
"name": "roxyglobals",
108+
"provider": {
109+
"@id": "https://cran.r-project.org",
110+
"@type": "Organization",
111+
"name": "Comprehensive R Archive Network (CRAN)",
112+
"url": "https://cran.r-project.org"
113+
},
114+
"sameAs": "https://CRAN.R-project.org/package=roxyglobals"
115+
}
116+
],
117+
"softwareRequirements": {
118+
"1": {
119+
"@type": "SoftwareApplication",
120+
"identifier": "dplyr",
121+
"name": "dplyr",
122+
"provider": {
123+
"@id": "https://cran.r-project.org",
124+
"@type": "Organization",
125+
"name": "Comprehensive R Archive Network (CRAN)",
126+
"url": "https://cran.r-project.org"
127+
},
128+
"sameAs": "https://CRAN.R-project.org/package=dplyr"
129+
},
130+
"2": {
131+
"@type": "SoftwareApplication",
132+
"identifier": "eurostat",
133+
"name": "eurostat",
134+
"provider": {
135+
"@id": "https://cran.r-project.org",
136+
"@type": "Organization",
137+
"name": "Comprehensive R Archive Network (CRAN)",
138+
"url": "https://cran.r-project.org"
139+
},
140+
"sameAs": "https://CRAN.R-project.org/package=eurostat"
141+
},
142+
"3": {
143+
"@type": "SoftwareApplication",
144+
"identifier": "magrittr",
145+
"name": "magrittr",
146+
"provider": {
147+
"@id": "https://cran.r-project.org",
148+
"@type": "Organization",
149+
"name": "Comprehensive R Archive Network (CRAN)",
150+
"url": "https://cran.r-project.org"
151+
},
152+
"sameAs": "https://CRAN.R-project.org/package=magrittr"
153+
},
154+
"4": {
155+
"@type": "SoftwareApplication",
156+
"identifier": "tidyr",
157+
"name": "tidyr",
158+
"provider": {
159+
"@id": "https://cran.r-project.org",
160+
"@type": "Organization",
161+
"name": "Comprehensive R Archive Network (CRAN)",
162+
"url": "https://cran.r-project.org"
163+
},
164+
"sameAs": "https://CRAN.R-project.org/package=tidyr"
165+
},
166+
"5": {
167+
"@type": "SoftwareApplication",
168+
"identifier": "forcats",
169+
"name": "forcats",
170+
"provider": {
171+
"@id": "https://cran.r-project.org",
172+
"@type": "Organization",
173+
"name": "Comprehensive R Archive Network (CRAN)",
174+
"url": "https://cran.r-project.org"
175+
},
176+
"sameAs": "https://CRAN.R-project.org/package=forcats"
177+
},
178+
"6": {
179+
"@type": "SoftwareApplication",
180+
"identifier": "utils",
181+
"name": "utils"
182+
},
183+
"7": {
184+
"@type": "SoftwareApplication",
185+
"identifier": "plyr",
186+
"name": "plyr",
187+
"provider": {
188+
"@id": "https://cran.r-project.org",
189+
"@type": "Organization",
190+
"name": "Comprehensive R Archive Network (CRAN)",
191+
"url": "https://cran.r-project.org"
192+
},
193+
"sameAs": "https://CRAN.R-project.org/package=plyr"
194+
},
195+
"8": {
196+
"@type": "SoftwareApplication",
197+
"identifier": "lubridate",
198+
"name": "lubridate",
199+
"provider": {
200+
"@id": "https://cran.r-project.org",
201+
"@type": "Organization",
202+
"name": "Comprehensive R Archive Network (CRAN)",
203+
"url": "https://cran.r-project.org"
204+
},
205+
"sameAs": "https://CRAN.R-project.org/package=lubridate"
206+
},
207+
"9": {
208+
"@type": "SoftwareApplication",
209+
"identifier": "knitr",
210+
"name": "knitr",
211+
"provider": {
212+
"@id": "https://cran.r-project.org",
213+
"@type": "Organization",
214+
"name": "Comprehensive R Archive Network (CRAN)",
215+
"url": "https://cran.r-project.org"
216+
},
217+
"sameAs": "https://CRAN.R-project.org/package=knitr"
218+
},
219+
"10": {
220+
"@type": "SoftwareApplication",
221+
"identifier": "kableExtra",
222+
"name": "kableExtra",
223+
"provider": {
224+
"@id": "https://cran.r-project.org",
225+
"@type": "Organization",
226+
"name": "Comprehensive R Archive Network (CRAN)",
227+
"url": "https://cran.r-project.org"
228+
},
229+
"sameAs": "https://CRAN.R-project.org/package=kableExtra"
230+
},
231+
"11": {
232+
"@type": "SoftwareApplication",
233+
"identifier": "tibble",
234+
"name": "tibble",
235+
"provider": {
236+
"@id": "https://cran.r-project.org",
237+
"@type": "Organization",
238+
"name": "Comprehensive R Archive Network (CRAN)",
239+
"url": "https://cran.r-project.org"
240+
},
241+
"sameAs": "https://CRAN.R-project.org/package=tibble"
242+
},
243+
"12": {
244+
"@type": "SoftwareApplication",
245+
"identifier": "readxl",
246+
"name": "readxl",
247+
"provider": {
248+
"@id": "https://cran.r-project.org",
249+
"@type": "Organization",
250+
"name": "Comprehensive R Archive Network (CRAN)",
251+
"url": "https://cran.r-project.org"
252+
},
253+
"sameAs": "https://CRAN.R-project.org/package=readxl"
254+
},
255+
"13": {
256+
"@type": "SoftwareApplication",
257+
"identifier": "assertthat",
258+
"name": "assertthat",
259+
"provider": {
260+
"@id": "https://cran.r-project.org",
261+
"@type": "Organization",
262+
"name": "Comprehensive R Archive Network (CRAN)",
263+
"url": "https://cran.r-project.org"
264+
},
265+
"sameAs": "https://CRAN.R-project.org/package=assertthat"
266+
},
267+
"14": {
268+
"@type": "SoftwareApplication",
269+
"identifier": "glue",
270+
"name": "glue",
271+
"provider": {
272+
"@id": "https://cran.r-project.org",
273+
"@type": "Organization",
274+
"name": "Comprehensive R Archive Network (CRAN)",
275+
"url": "https://cran.r-project.org"
276+
},
277+
"sameAs": "https://CRAN.R-project.org/package=glue"
278+
},
279+
"15": {
280+
"@type": "SoftwareApplication",
281+
"identifier": "tidyselect",
282+
"name": "tidyselect",
283+
"provider": {
284+
"@id": "https://cran.r-project.org",
285+
"@type": "Organization",
286+
"name": "Comprehensive R Archive Network (CRAN)",
287+
"url": "https://cran.r-project.org"
288+
},
289+
"sameAs": "https://CRAN.R-project.org/package=tidyselect"
290+
},
291+
"16": {
292+
"@type": "SoftwareApplication",
293+
"identifier": "rlang",
294+
"name": "rlang",
295+
"provider": {
296+
"@id": "https://cran.r-project.org",
297+
"@type": "Organization",
298+
"name": "Comprehensive R Archive Network (CRAN)",
299+
"url": "https://cran.r-project.org"
300+
},
301+
"sameAs": "https://CRAN.R-project.org/package=rlang"
302+
},
303+
"17": {
304+
"@type": "SoftwareApplication",
305+
"identifier": "R",
306+
"name": "R",
307+
"version": ">= 3.5.0"
308+
},
309+
"SystemRequirements": null
310+
},
311+
"fileSize": "2353.881KB",
312+
"citation": [
313+
{
314+
"@type": "CreativeWork",
315+
"datePublished": "2023",
316+
"author": [
317+
{
318+
"@type": "Person",
319+
"givenName": "Daniel",
320+
"familyName": "Antal",
321+
"@id": "https://orcid.org/0000-0001-7513-6760"
322+
}
323+
],
324+
"name": "Reproducible Input-Output Economics Analysis, Economic and Environmental Impact Assessment with Empirical Data",
325+
"identifier": "10.5281/zenodo.5887037",
326+
"url": "https://iotables.dataobservatory.eu/",
327+
"@id": "https://doi.org/10.5281/zenodo.5887037",
328+
"sameAs": "https://doi.org/10.5281/zenodo.5887037"
329+
}
330+
],
331+
"relatedLink": ["https://iotables.dataobservatory.eu/", "https://CRAN.R-project.org/package=iotables"],
332+
"releaseNotes": "https://github.com/rOpenGov/iotables/blob/master/NEWS.md",
333+
"readme": "https://github.com/rOpenGov/iotables/blob/master/README.md",
334+
"contIntegration": ["https://github.com/rOpenGov/iotables/actions", "https://app.codecov.io/gh/rOpenGov/iotables", "https://ci.appveyor.com/project/rOpenGov/iotables"],
335+
"keywords": ["rstats", "r-package", "r"]
336+
}

inst/CITATION

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
bibentry(
2+
bibtype = "misc",
3+
title = "Reproducible Input-Output Economics Analysis, Economic and Environmental Impact Assessment with Empirical Data",
4+
author = person(given ="Daniel", family="Antal",
5+
role = c("aut", "cre"),
6+
comment = c(ORCID = "0000-0001-7513-6760")),
7+
year = 2023,
8+
publisher = "The Comprehensive R Archive Network",
9+
url = "https://iotables.dataobservatory.eu/",
10+
doi = "10.5281/zenodo.5887037"
11+
)
12+

0 commit comments

Comments
 (0)