|
6 | 6 | "@type": "SoftwareSourceCode", |
7 | 7 | "identifier": "osmextract", |
8 | 8 | "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", |
10 | 10 | "codeRepository": "https://github.com/ropensci/osmextract", |
11 | 11 | "issueTracker": "https://github.com/ropensci/osmextract/issues", |
12 | 12 | "license": "https://spdx.org/licenses/GPL-3.0", |
13 | | - "version": "0.3.1", |
| 13 | + "version": "0.4.0", |
14 | 14 | "programmingLanguage": { |
15 | 15 | "@type": "ComputerLanguage", |
16 | 16 | "name": "R", |
|
131 | 131 | "@type": "SoftwareApplication", |
132 | 132 | "identifier": "tools", |
133 | 133 | "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" |
134 | 158 | } |
135 | 159 | ], |
136 | 160 | "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"], |
139 | 163 | "review": { |
140 | 164 | "@type": "Review", |
141 | 165 | "url": "https://github.com/ropensci/software-review/issues/395", |
|
0 commit comments