|
2 | 2 | "@context": "https://doi.org/10.5063/schema/codemeta-2.0", |
3 | 3 | "@type": "SoftwareSourceCode", |
4 | 4 | "identifier": "gtfsrouter", |
5 | | - "description": "Use GTFS (General Transit Feed Specification) data for routing from nominated start and end stations, and for extracting isochrones from nominated start station.", |
6 | | - "name": "gtfsrouter: Routing with GTFS (General Transit Feed Specification) Data", |
| 5 | + "description": "Use 'GTFS' (General Transit Feed Specification) data for routing from nominated start and end stations, for extracting 'isochrones', and travel times from any nominated start station to all other stations.", |
| 6 | + "name": "gtfsrouter: Routing with 'GTFS' (General Transit Feed Specification) Data", |
7 | 7 | "codeRepository": "https://github.com/UrbanAnalyst/gtfsrouter", |
8 | 8 | "issueTracker": "https://github.com/UrbanAnalyst/gtfsrouter/issues", |
9 | 9 | "license": "https://spdx.org/licenses/GPL-3.0", |
10 | | - "version": "0.1.1.024", |
| 10 | + "version": "0.1.2", |
11 | 11 | "programmingLanguage": { |
12 | 12 | "@type": "ComputerLanguage", |
13 | 13 | "name": "R", |
|
270 | 270 | }, |
271 | 271 | "sameAs": "https://CRAN.R-project.org/package=Rcpp" |
272 | 272 | }, |
273 | | - "SystemRequirements": {} |
| 273 | + "SystemRequirements": null |
274 | 274 | }, |
275 | | - "fileSize": "23011.427KB", |
| 275 | + "fileSize": "16146.154KB", |
276 | 276 | "releaseNotes": "https://github.com/UrbanAnalyst/gtfsrouter/blob/master/NEWS.md", |
277 | 277 | "readme": "https://github.com/UrbanAnalyst/gtfsrouter/blob/main/README.md", |
278 | | - "contIntegration": [ |
279 | | - "https://github.com/UrbanAnalyst/gtfsrouter/actions?query=workflow%3AR-CMD-check", |
280 | | - "https://app.codecov.io/gh/UrbanAnalyst/gtfsrouter" |
281 | | - ], |
| 278 | + "contIntegration": ["https://github.com/UrbanAnalyst/gtfsrouter/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/UrbanAnalyst/gtfsrouter"], |
282 | 279 | "developmentStatus": "https://www.repostatus.org/#active", |
283 | | - "keywords": [ |
284 | | - "gtfs", |
285 | | - "public-transportation", |
286 | | - "router", |
287 | | - "r-package", |
288 | | - "gtfsrouter" |
289 | | - ], |
| 280 | + "keywords": ["gtfs", "public-transportation", "router", "r-package", "gtfsrouter"], |
290 | 281 | "relatedLink": "https://CRAN.R-project.org/package=gtfsrouter" |
291 | 282 | } |
0 commit comments