Skip to content

Commit abea38a

Browse files
committed
update codemeta.json
1 parent f64c7a1 commit abea38a

File tree

1 file changed

+25
-41
lines changed

1 file changed

+25
-41
lines changed

codemeta.json

+25-41
Original file line numberDiff line numberDiff line change
@@ -1,22 +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": "osmextract",
8-
"description": "Match, download, convert and import Open Street Map data extracts \n obtained from several providers. ",
5+
"description": "Match, download, convert and import Open Street Map data extracts obtained from several providers. ",
96
"name": "osmextract: Download and Import Open Street Map Data Extracts",
7+
"relatedLink": ["https://docs.ropensci.org/osmextract/", "https://CRAN.R-project.org/package=osmextract"],
108
"codeRepository": "https://github.com/ropensci/osmextract",
119
"issueTracker": "https://github.com/ropensci/osmextract/issues",
1210
"license": "https://spdx.org/licenses/GPL-3.0",
13-
"version": "0.4.0",
11+
"version": "0.4.1",
1412
"programmingLanguage": {
1513
"@type": "ComputerLanguage",
1614
"name": "R",
1715
"url": "https://r-project.org"
1816
},
19-
"runtimePlatform": "R version 4.0.5 (2021-03-31)",
17+
"runtimePlatform": "R version 4.1.3 (2022-03-10)",
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+
},
2024
"author": [
2125
{
2226
"@type": "Person",
@@ -40,8 +44,6 @@
4044
"@id": "https://orcid.org/0000-0002-8586-6625"
4145
}
4246
],
43-
"copyrightHolder": {},
44-
"funder": {},
4547
"maintainer": [
4648
{
4749
"@type": "Person",
@@ -102,14 +104,14 @@
102104
"sameAs": "https://CRAN.R-project.org/package=covr"
103105
}
104106
],
105-
"softwareRequirements": [
106-
{
107+
"softwareRequirements": {
108+
"1": {
107109
"@type": "SoftwareApplication",
108110
"identifier": "R",
109111
"name": "R",
110112
"version": ">= 3.5.0"
111113
},
112-
{
114+
"2": {
113115
"@type": "SoftwareApplication",
114116
"identifier": "sf",
115117
"name": "sf",
@@ -122,17 +124,17 @@
122124
},
123125
"sameAs": "https://CRAN.R-project.org/package=sf"
124126
},
125-
{
127+
"3": {
126128
"@type": "SoftwareApplication",
127129
"identifier": "utils",
128130
"name": "utils"
129131
},
130-
{
132+
"4": {
131133
"@type": "SoftwareApplication",
132134
"identifier": "tools",
133135
"name": "tools"
134136
},
135-
{
137+
"5": {
136138
"@type": "SoftwareApplication",
137139
"identifier": "httr",
138140
"name": "httr",
@@ -144,7 +146,7 @@
144146
},
145147
"sameAs": "https://CRAN.R-project.org/package=httr"
146148
},
147-
{
149+
"6": {
148150
"@type": "SoftwareApplication",
149151
"identifier": "jsonlite",
150152
"name": "jsonlite",
@@ -155,36 +157,18 @@
155157
"url": "https://cran.r-project.org"
156158
},
157159
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
158-
}
159-
],
160+
},
161+
"SystemRequirements": null
162+
},
163+
"fileSize": "3389.57KB",
164+
"releaseNotes": "https://github.com/ropensci/osmextract/blob/master/NEWS.md",
160165
"readme": "https://github.com/ropensci/osmextract/blob/master/README.md",
161-
"fileSize": "3391.207KB",
162166
"contIntegration": ["https://github.com/ropensci/osmextract/actions", "https://app.codecov.io/gh/ropensci/osmextract?branch=master"],
167+
"developmentStatus": "https://www.repostatus.org/#active",
163168
"review": {
164169
"@type": "Review",
165170
"url": "https://github.com/ropensci/software-review/issues/395",
166171
"provider": "https://ropensci.org"
167172
},
168-
"keywords": [
169-
"osm",
170-
"osm-pbf",
171-
"rstats",
172-
"r",
173-
"open-data",
174-
"geofabrik-zone",
175-
"geo"
176-
],
177-
"developmentStatus": "https://www.repostatus.org/#active",
178-
"relatedLink": [
179-
"https://docs.ropensci.org/osmextract",
180-
"https://docs.ropensci.org/osmextract/",
181-
"https://CRAN.R-project.org/package=osmextract"
182-
],
183-
"releaseNotes": "https://github.com/ropensci/osmextract/blob/master/NEWS.md",
184-
"provider": {
185-
"@id": "https://cran.r-project.org",
186-
"@type": "Organization",
187-
"name": "Comprehensive R Archive Network (CRAN)",
188-
"url": "https://cran.r-project.org"
189-
}
173+
"keywords": ["osm", "osm-pbf", "rstats", "r", "open-data", "geofabrik-zone", "geo"]
190174
}

0 commit comments

Comments
 (0)