Skip to content

Commit 7fe1054

Browse files
committed
Update codemeta.json
1 parent ec28663 commit 7fe1054

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

codemeta.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"codeRepository": "https://github.com/frictionlessdata/frictionless-r",
99
"issueTracker": "https://github.com/frictionlessdata/frictionless-r/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "1.0.2",
11+
"version": "1.0.3",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
17-
"runtimePlatform": "R version 4.1.2 (2021-11-01)",
17+
"runtimePlatform": "R version 4.2.3 (2023-03-15)",
1818
"provider": {
1919
"@id": "https://cran.r-project.org",
2020
"@type": "Organization",
@@ -107,6 +107,18 @@
107107
},
108108
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
109109
},
110+
{
111+
"@type": "SoftwareApplication",
112+
"identifier": "stringi",
113+
"name": "stringi",
114+
"provider": {
115+
"@id": "https://cran.r-project.org",
116+
"@type": "Organization",
117+
"name": "Comprehensive R Archive Network (CRAN)",
118+
"url": "https://cran.r-project.org"
119+
},
120+
"sameAs": "https://CRAN.R-project.org/package=stringi"
121+
},
110122
{
111123
"@type": "SoftwareApplication",
112124
"identifier": "testthat",
@@ -226,11 +238,11 @@
226238
},
227239
"SystemRequirements": null
228240
},
229-
"fileSize": "183.204KB",
241+
"fileSize": "183.522KB",
230242
"citation": [
231243
{
232244
"@type": "SoftwareSourceCode",
233-
"datePublished": "2022",
245+
"datePublished": "2024",
234246
"author": [
235247
{
236248
"@type": "Person",
@@ -250,7 +262,7 @@
250262
"name": "Read and Write Frictionless Data Packages",
251263
"identifier": "10.5281/zenodo.5815355",
252264
"url": "https://cran.r-project.org/package=frictionless",
253-
"description": "R package version 1.0.2",
265+
"description": "R package version 1.0.3",
254266
"@id": "https://doi.org/10.5281/zenodo.5815355",
255267
"sameAs": "https://doi.org/10.5281/zenodo.5815355"
256268
}

0 commit comments

Comments
 (0)