Skip to content

Commit

Permalink
update codemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
agila5 committed Oct 27, 2021
1 parent fd91192 commit 68fa6e8
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"@type": "SoftwareSourceCode",
"identifier": "osmextract",
"description": "Match, download, convert and import Open Street Map data extracts \n obtained from several providers. ",
"name": "osmextract: Download and Read OpenStreetMap Data Extracts",
"name": "osmextract: Download and Import Open Street Map Data Extracts",
"codeRepository": "https://github.com/ropensci/osmextract",
"issueTracker": "https://github.com/ropensci/osmextract/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.3.1",
"version": "0.4.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -131,11 +131,35 @@
"@type": "SoftwareApplication",
"identifier": "tools",
"name": "tools"
},
{
"@type": "SoftwareApplication",
"identifier": "httr",
"name": "httr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=httr"
},
{
"@type": "SoftwareApplication",
"identifier": "jsonlite",
"name": "jsonlite",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=jsonlite"
}
],
"readme": "https://github.com/ropensci/osmextract/blob/master/README.md",
"fileSize": "3326.71KB",
"contIntegration": ["https://github.com/ropensci/osmextract/actions", "https://codecov.io/gh/ropensci/osmextract?branch=master"],
"fileSize": "3391.207KB",
"contIntegration": ["https://github.com/ropensci/osmextract/actions", "https://app.codecov.io/gh/ropensci/osmextract?branch=master"],
"review": {
"@type": "Review",
"url": "https://github.com/ropensci/software-review/issues/395",
Expand Down

0 comments on commit 68fa6e8

Please sign in to comment.