Skip to content

Commit 78a65f7

Browse files
committed
chore: update codemeta
1 parent d189b38 commit 78a65f7

File tree

1 file changed

+29
-40
lines changed

1 file changed

+29
-40
lines changed

codemeta.json

Lines changed: 29 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
{
2-
"@context": [
3-
"https://doi.org/10.5063/schema/codemeta-2.0",
4-
"http://schema.org"
5-
],
2+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
63
"@type": "SoftwareSourceCode",
74
"identifier": "mlr3spatial",
85
"description": "Extends the 'mlr3' ML framework with methods for spatial objects. Data storage and prediction are supported for packages 'terra', 'raster' and 'stars'.",
96
"name": "mlr3spatial: Support for Spatial Objects Within the 'mlr3' Ecosystem",
7+
"relatedLink": "https://mlr3spatial.mlr-org.com",
108
"codeRepository": "https://github.com/mlr-org/mlr3spatial",
9+
"issueTracker": "https://github.com/mlr-org/mlr3spatial/issues",
1110
"license": "https://spdx.org/licenses/LGPL-3.0",
12-
"version": "0.1.1",
11+
"version": "0.1.2",
1312
"programmingLanguage": {
1413
"@type": "ComputerLanguage",
1514
"name": "R",
1615
"url": "https://r-project.org"
1716
},
1817
"runtimePlatform": "R version 4.1.2 (2021-11-01)",
18+
"provider": {
19+
"@id": "https://cran.r-project.org",
20+
"@type": "Organization",
21+
"name": "Comprehensive R Archive Network (CRAN)",
22+
"url": "https://cran.r-project.org"
23+
},
1924
"author": [
2025
{
2126
"@type": "Person",
@@ -32,9 +37,6 @@
3237
"@id": "https://orcid.org/0000-0003-0748-6624"
3338
}
3439
],
35-
"contributor": {},
36-
"copyrightHolder": {},
37-
"funder": {},
3840
"maintainer": [
3941
{
4042
"@type": "Person",
@@ -218,6 +220,7 @@
218220
"@type": "SoftwareApplication",
219221
"identifier": "stars",
220222
"name": "stars",
223+
"version": ">= 0.5-5",
221224
"provider": {
222225
"@id": "https://cran.r-project.org",
223226
"@type": "Organization",
@@ -240,8 +243,8 @@
240243
"sameAs": "https://CRAN.R-project.org/package=testthat"
241244
}
242245
],
243-
"softwareRequirements": [
244-
{
246+
"softwareRequirements": {
247+
"1": {
245248
"@type": "SoftwareApplication",
246249
"identifier": "mlr3",
247250
"name": "mlr3",
@@ -254,13 +257,13 @@
254257
},
255258
"sameAs": "https://CRAN.R-project.org/package=mlr3"
256259
},
257-
{
260+
"2": {
258261
"@type": "SoftwareApplication",
259262
"identifier": "R",
260263
"name": "R",
261264
"version": ">= 3.1.0"
262265
},
263-
{
266+
"3": {
264267
"@type": "SoftwareApplication",
265268
"identifier": "checkmate",
266269
"name": "checkmate",
@@ -273,7 +276,7 @@
273276
},
274277
"sameAs": "https://CRAN.R-project.org/package=checkmate"
275278
},
276-
{
279+
"4": {
277280
"@type": "SoftwareApplication",
278281
"identifier": "data.table",
279282
"name": "data.table",
@@ -286,7 +289,7 @@
286289
},
287290
"sameAs": "https://CRAN.R-project.org/package=data.table"
288291
},
289-
{
292+
"5": {
290293
"@type": "SoftwareApplication",
291294
"identifier": "lgr",
292295
"name": "lgr",
@@ -299,12 +302,12 @@
299302
},
300303
"sameAs": "https://CRAN.R-project.org/package=lgr"
301304
},
302-
{
305+
"6": {
303306
"@type": "SoftwareApplication",
304307
"identifier": "methods",
305308
"name": "methods"
306309
},
307-
{
310+
"7": {
308311
"@type": "SoftwareApplication",
309312
"identifier": "mlr3misc",
310313
"name": "mlr3misc",
@@ -316,7 +319,7 @@
316319
},
317320
"sameAs": "https://CRAN.R-project.org/package=mlr3misc"
318321
},
319-
{
322+
"8": {
320323
"@type": "SoftwareApplication",
321324
"identifier": "R6",
322325
"name": "R6",
@@ -329,11 +332,11 @@
329332
},
330333
"sameAs": "https://CRAN.R-project.org/package=R6"
331334
},
332-
{
335+
"9": {
333336
"@type": "SoftwareApplication",
334337
"identifier": "terra",
335338
"name": "terra",
336-
"version": ">= 1.3-22",
339+
"version": ">= 1.5-12",
337340
"provider": {
338341
"@id": "https://cran.r-project.org",
339342
"@type": "Organization",
@@ -342,31 +345,17 @@
342345
},
343346
"sameAs": "https://CRAN.R-project.org/package=terra"
344347
},
345-
{
348+
"10": {
346349
"@type": "SoftwareApplication",
347350
"identifier": "utils",
348351
"name": "utils"
349-
}
350-
],
352+
},
353+
"SystemRequirements": null
354+
},
355+
"fileSize": "741.684KB",
356+
"releaseNotes": "https://github.com/mlr-org/mlr3spatial/blob/master/NEWS.md",
351357
"readme": "https://github.com/mlr-org/mlr3spatial/blob/main/README.md",
352-
"fileSize": "658.476KB",
353358
"contIntegration": ["https://github.com/mlr-org/mlr3spatial/actions", "https://codecov.io/github/mlr-org/mlr3spatial?branch=main"],
354359
"developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#experimental",
355-
"keywords": [
356-
"raster-prediction",
357-
"spatial",
358-
"spatial-modelling",
359-
"r",
360-
"r-package",
361-
"mlr3"
362-
],
363-
"relatedLink": "https://mlr3spatial.mlr-org.com",
364-
"issueTracker": "https://github.com/mlr-org/mlr3spatial/issues",
365-
"releaseNotes": "https://github.com/mlr-org/mlr3spatial/blob/master/NEWS.md",
366-
"provider": {
367-
"@id": "https://cran.r-project.org",
368-
"@type": "Organization",
369-
"name": "Comprehensive R Archive Network (CRAN)",
370-
"url": "https://cran.r-project.org"
371-
}
360+
"keywords": ["raster-prediction", "spatial", "spatial-modelling", "r", "r-package", "mlr3"]
372361
}

0 commit comments

Comments
 (0)