Skip to content

Commit 68fa6e8

Browse files
committed
update codemeta.json
1 parent fd91192 commit 68fa6e8

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

codemeta.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"@type": "SoftwareSourceCode",
77
"identifier": "osmextract",
88
"description": "Match, download, convert and import Open Street Map data extracts \n obtained from several providers. ",
9-
"name": "osmextract: Download and Read OpenStreetMap Data Extracts",
9+
"name": "osmextract: Download and Import Open Street Map Data Extracts",
1010
"codeRepository": "https://github.com/ropensci/osmextract",
1111
"issueTracker": "https://github.com/ropensci/osmextract/issues",
1212
"license": "https://spdx.org/licenses/GPL-3.0",
13-
"version": "0.3.1",
13+
"version": "0.4.0",
1414
"programmingLanguage": {
1515
"@type": "ComputerLanguage",
1616
"name": "R",
@@ -131,11 +131,35 @@
131131
"@type": "SoftwareApplication",
132132
"identifier": "tools",
133133
"name": "tools"
134+
},
135+
{
136+
"@type": "SoftwareApplication",
137+
"identifier": "httr",
138+
"name": "httr",
139+
"provider": {
140+
"@id": "https://cran.r-project.org",
141+
"@type": "Organization",
142+
"name": "Comprehensive R Archive Network (CRAN)",
143+
"url": "https://cran.r-project.org"
144+
},
145+
"sameAs": "https://CRAN.R-project.org/package=httr"
146+
},
147+
{
148+
"@type": "SoftwareApplication",
149+
"identifier": "jsonlite",
150+
"name": "jsonlite",
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=jsonlite"
134158
}
135159
],
136160
"readme": "https://github.com/ropensci/osmextract/blob/master/README.md",
137-
"fileSize": "3326.71KB",
138-
"contIntegration": ["https://github.com/ropensci/osmextract/actions", "https://codecov.io/gh/ropensci/osmextract?branch=master"],
161+
"fileSize": "3391.207KB",
162+
"contIntegration": ["https://github.com/ropensci/osmextract/actions", "https://app.codecov.io/gh/ropensci/osmextract?branch=master"],
139163
"review": {
140164
"@type": "Review",
141165
"url": "https://github.com/ropensci/software-review/issues/395",

0 commit comments

Comments
 (0)