Skip to content

Commit 45db2f2

Browse files
committed
Re-write codemeta.json
1 parent 4b324b2 commit 45db2f2

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

‎codemeta.json‎

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,13 @@
77
"codeRepository": "https://docs.ropensci.org/landscapetools/",
88
"issueTracker": "https://github.com/ropensci/landscapetools/issues",
99
"license": "https://spdx.org/licenses/GPL-3.0",
10-
"version": "0.6.2",
10+
"version": "0.6.2.9001",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",
1414
"url": "https://r-project.org"
1515
},
16-
"runtimePlatform": "R version 4.2.1 (2022-06-23)",
17-
"provider": {
18-
"@id": "https://cran.r-project.org",
19-
"@type": "Organization",
20-
"name": "Comprehensive R Archive Network (CRAN)",
21-
"url": "https://cran.r-project.org"
22-
},
16+
"runtimePlatform": "R version 4.5.2 (2025-10-31)",
2317
"author": [
2418
{
2519
"@type": "Person",
@@ -113,7 +107,7 @@
113107
"@type": "SoftwareApplication",
114108
"identifier": "R",
115109
"name": "R",
116-
"version": ">= 3.1.0"
110+
"version": ">= 3.5"
117111
},
118112
"2": {
119113
"@type": "SoftwareApplication",
@@ -163,9 +157,21 @@
163157
},
164158
"sameAs": "https://CRAN.R-project.org/package=Rcpp"
165159
},
160+
"6": {
161+
"@type": "SoftwareApplication",
162+
"identifier": "rlang",
163+
"name": "rlang",
164+
"provider": {
165+
"@id": "https://cran.r-project.org",
166+
"@type": "Organization",
167+
"name": "Comprehensive R Archive Network (CRAN)",
168+
"url": "https://cran.r-project.org"
169+
},
170+
"sameAs": "https://CRAN.R-project.org/package=rlang"
171+
},
166172
"SystemRequirements": null
167173
},
168-
"fileSize": "1377.771KB",
174+
"fileSize": "1376.685KB",
169175
"citation": [
170176
{
171177
"@type": "ScholarlyArticle",

0 commit comments

Comments
 (0)