Skip to content

Commit bf8587e

Browse files
committed
update codemeta.json
1 parent 90d1b0b commit bf8587e

File tree

1 file changed

+26
-7
lines changed

1 file changed

+26
-7
lines changed

codemeta.json

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
33
"@type": "SoftwareSourceCode",
44
"identifier": "datos",
5-
"description": "Provee una versión traducida de los siguientes conjuntos de datos: 'airlines', 'airports', 'AwardsManagers', 'babynames', 'Batting', 'diamonds', 'faithful', 'fueleconomy', 'Fielding', 'flights', 'gapminder', 'gss_cat', 'iris', 'Managers', 'mpg', 'mtcars', 'atmos', 'palmerpenguins', 'People, 'Pitching', 'planes', 'presidential', 'table1', 'table2', 'table3', 'table4a', 'table4b', 'table5', 'vehicles', 'weather', 'who'. English: It provides a Spanish translated version of the datasets listed above.",
5+
"description": "Provee una versión traducida de los siguientes conjuntos de datos: 'airlines', 'airports', 'AwardsManagers', 'babynames', 'Batting', 'credit_data', 'diamonds', 'faithful', 'fueleconomy', 'Fielding', 'flights', 'gapminder', 'gss_cat', 'iris', 'Managers', 'mpg', 'mtcars', 'atmos', 'palmerpenguins', 'People, 'Pitching', 'planes', 'presidential', 'table1', 'table2', 'table3', 'table4a', 'table4b', 'table5', 'vehicles', 'weather', 'who'. English: It provides a Spanish translated version of the datasets listed above.",
66
"name": "datos: Traduce al Español Varios Conjuntos de Datos de Práctica",
77
"codeRepository": "https://github.com/cienciadedatos/datos",
88
"issueTracker": "https://github.com/cienciadedatos/datos/issues",
99
"license": "https://spdx.org/licenses/CC0-1.0",
10-
"version": "0.4.0",
10+
"version": "0.5.0",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",
1414
"url": "https://r-project.org"
1515
},
16-
"runtimePlatform": "R version 4.1.2 (2021-11-01)",
16+
"runtimePlatform": "R version 4.2.1 (2022-06-23)",
1717
"provider": {
1818
"@id": "https://cran.r-project.org",
1919
"@type": "Organization",
@@ -60,6 +60,12 @@
6060
"givenName": "Daniela",
6161
"familyName": "Vasquez",
6262
"email": "daniela.vazquez@gmail.com"
63+
},
64+
{
65+
"@type": "Person",
66+
"givenName": "Joshua",
67+
"familyName": "Kunst",
68+
"email": "jbkunst@gmail.com"
6369
}
6470
],
6571
"maintainer": [
@@ -226,6 +232,19 @@
226232
"sameAs": "https://CRAN.R-project.org/package=palmerpenguins"
227233
},
228234
"12": {
235+
"@type": "SoftwareApplication",
236+
"identifier": "modeldata",
237+
"name": "modeldata",
238+
"version": ">= 1.0.0",
239+
"provider": {
240+
"@id": "https://cran.r-project.org",
241+
"@type": "Organization",
242+
"name": "Comprehensive R Archive Network (CRAN)",
243+
"url": "https://cran.r-project.org"
244+
},
245+
"sameAs": "https://CRAN.R-project.org/package=modeldata"
246+
},
247+
"13": {
229248
"@type": "SoftwareApplication",
230249
"identifier": "rlang",
231250
"name": "rlang",
@@ -237,7 +256,7 @@
237256
},
238257
"sameAs": "https://CRAN.R-project.org/package=rlang"
239258
},
240-
"13": {
259+
"14": {
241260
"@type": "SoftwareApplication",
242261
"identifier": "tibble",
243262
"name": "tibble",
@@ -249,7 +268,7 @@
249268
},
250269
"sameAs": "https://CRAN.R-project.org/package=tibble"
251270
},
252-
"14": {
271+
"15": {
253272
"@type": "SoftwareApplication",
254273
"identifier": "tidyr",
255274
"name": "tidyr",
@@ -261,7 +280,7 @@
261280
},
262281
"sameAs": "https://CRAN.R-project.org/package=tidyr"
263282
},
264-
"15": {
283+
"16": {
265284
"@type": "SoftwareApplication",
266285
"identifier": "yaml",
267286
"name": "yaml",
@@ -275,7 +294,7 @@
275294
},
276295
"SystemRequirements": null
277296
},
278-
"fileSize": "268.35KB",
297+
"fileSize": "273.674KB",
279298
"releaseNotes": "https://github.com/cienciadedatos/datos/blob/master/NEWS.md",
280299
"readme": "https://github.com/cienciadedatos/datos/blob/main/README.md",
281300
"contIntegration": ["https://github.com/cienciadedatos/datos/actions", "https://codecov.io/github/cienciadedatos/datos?branch=master"],

0 commit comments

Comments
 (0)