Skip to content

Commit 913d187

Browse files
committed
version bump -> CRAN v0.1.2
1 parent 2f39ee1 commit 913d187

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: gtfsrouter
22
Title: Routing with 'GTFS' (General Transit Feed Specification) Data
3-
Version: 0.1.1.024
3+
Version: 0.1.2
44
Authors@R: c(
55
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre")),
66
person("Marcin", "Stepniak", , "[email protected]", role = "aut",

codemeta.json

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
33
"@type": "SoftwareSourceCode",
44
"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",
77
"codeRepository": "https://github.com/UrbanAnalyst/gtfsrouter",
88
"issueTracker": "https://github.com/UrbanAnalyst/gtfsrouter/issues",
99
"license": "https://spdx.org/licenses/GPL-3.0",
10-
"version": "0.1.1.024",
10+
"version": "0.1.2",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",
@@ -270,22 +270,13 @@
270270
},
271271
"sameAs": "https://CRAN.R-project.org/package=Rcpp"
272272
},
273-
"SystemRequirements": {}
273+
"SystemRequirements": null
274274
},
275-
"fileSize": "23011.427KB",
275+
"fileSize": "16146.154KB",
276276
"releaseNotes": "https://github.com/UrbanAnalyst/gtfsrouter/blob/master/NEWS.md",
277277
"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"],
282279
"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"],
290281
"relatedLink": "https://CRAN.R-project.org/package=gtfsrouter"
291282
}

0 commit comments

Comments
 (0)