Skip to content

Commit 88e1dc8

Browse files
committed
add codemeta
1 parent 2cbb14f commit 88e1dc8

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

codemeta.json

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,19 @@
88
"codeRepository": "https://github.com/ropensci/geotargets",
99
"issueTracker": "https://github.com/ropensci/geotargets/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "0.3.0",
11+
"version": "0.3.1",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
1717
"runtimePlatform": "R version 4.5.0 (2025-04-11)",
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+
},
1824
"author": [
1925
{
2026
"@type": "Person",
@@ -144,18 +150,6 @@
144150
},
145151
"sameAs": "https://CRAN.R-project.org/package=fs"
146152
},
147-
{
148-
"@type": "SoftwareApplication",
149-
"identifier": "gdalraster",
150-
"name": "gdalraster",
151-
"provider": {
152-
"@id": "https://cran.r-project.org",
153-
"@type": "Organization",
154-
"name": "Comprehensive R Archive Network (CRAN)",
155-
"url": "https://cran.r-project.org"
156-
},
157-
"sameAs": "https://CRAN.R-project.org/package=gdalraster"
158-
},
159153
{
160154
"@type": "SoftwareApplication",
161155
"identifier": "spelling",
@@ -265,9 +259,22 @@
265259
},
266260
"sameAs": "https://CRAN.R-project.org/package=lifecycle"
267261
},
262+
"9": {
263+
"@type": "SoftwareApplication",
264+
"identifier": "gdalraster",
265+
"name": "gdalraster",
266+
"version": ">= 2.0.0",
267+
"provider": {
268+
"@id": "https://cran.r-project.org",
269+
"@type": "Organization",
270+
"name": "Comprehensive R Archive Network (CRAN)",
271+
"url": "https://cran.r-project.org"
272+
},
273+
"sameAs": "https://CRAN.R-project.org/package=gdalraster"
274+
},
268275
"SystemRequirements": null
269276
},
270-
"fileSize": "325.704KB",
277+
"fileSize": "327.4KB",
271278
"citation": [
272279
{
273280
"@type": "CreativeWork",

0 commit comments

Comments
 (0)