Skip to content

Commit bd80e4b

Browse files
committed
Update code meta [no CI]
1 parent 95e25b2 commit bd80e4b

File tree

1 file changed

+26
-19
lines changed

1 file changed

+26
-19
lines changed

codemeta.json

+26-19
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,18 @@
139139
}
140140
],
141141
"softwareSuggestions": [
142+
{
143+
"@type": "SoftwareApplication",
144+
"identifier": "spelling",
145+
"name": "spelling",
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=spelling"
153+
},
142154
{
143155
"@type": "SoftwareApplication",
144156
"identifier": "dplyr",
@@ -258,55 +270,50 @@
258270
},
259271
"5": {
260272
"@type": "SoftwareApplication",
261-
"identifier": "utils",
262-
"name": "utils"
263-
},
264-
"6": {
265-
"@type": "SoftwareApplication",
266-
"identifier": "zip",
267-
"name": "zip",
273+
"identifier": "tibble",
274+
"name": "tibble",
268275
"provider": {
269276
"@id": "https://cran.r-project.org",
270277
"@type": "Organization",
271278
"name": "Comprehensive R Archive Network (CRAN)",
272279
"url": "https://cran.r-project.org"
273280
},
274-
"sameAs": "https://CRAN.R-project.org/package=zip"
281+
"sameAs": "https://CRAN.R-project.org/package=tibble"
275282
},
276-
"7": {
283+
"6": {
277284
"@type": "SoftwareApplication",
278-
"identifier": "tibble",
279-
"name": "tibble",
285+
"identifier": "vctrs",
286+
"name": "vctrs",
287+
"version": ">= 0.4.2",
280288
"provider": {
281289
"@id": "https://cran.r-project.org",
282290
"@type": "Organization",
283291
"name": "Comprehensive R Archive Network (CRAN)",
284292
"url": "https://cran.r-project.org"
285293
},
286-
"sameAs": "https://CRAN.R-project.org/package=tibble"
294+
"sameAs": "https://CRAN.R-project.org/package=vctrs"
287295
},
288-
"8": {
296+
"7": {
289297
"@type": "SoftwareApplication",
290-
"identifier": "vctrs",
291-
"name": "vctrs",
292-
"version": ">= 0.4.2",
298+
"identifier": "zip",
299+
"name": "zip",
293300
"provider": {
294301
"@id": "https://cran.r-project.org",
295302
"@type": "Organization",
296303
"name": "Comprehensive R Archive Network (CRAN)",
297304
"url": "https://cran.r-project.org"
298305
},
299-
"sameAs": "https://CRAN.R-project.org/package=vctrs"
306+
"sameAs": "https://CRAN.R-project.org/package=zip"
300307
},
301-
"9": {
308+
"8": {
302309
"@type": "SoftwareApplication",
303310
"identifier": "R",
304311
"name": "R",
305312
"version": ">= 3.5"
306313
},
307314
"SystemRequirements": null
308315
},
309-
"fileSize": "5106.868KB",
316+
"fileSize": "5117.153KB",
310317
"releaseNotes": "https://github.com/ropensci/readODS/blob/master/NEWS.md",
311318
"readme": "https://github.com/ropensci/readODS/blob/v2.0/README.md",
312319
"contIntegration": ["https://app.codecov.io/gh/ropensci/readODS?branch=master", "https://github.com/ropensci/readODS/actions/workflows/R-CMD-check.yaml"],

0 commit comments

Comments
 (0)