File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 11Package: gtfsrouter
22Title: Routing with GTFS (General Transit Feed Specification)
33 Data
4- Version: 0.0.3.010
4+ Version: 0.0.4
55Authors@R:
66 c(person(given = "Mark",
77 family = "Padgham",
Original file line number Diff line number Diff line change 1- # v 0.0.3.00x
1+ # v 0.0.4
22
33Major changes:
44
55- New function, ` gtfs_route_headway ` to calculate headways for entire routes
66 between any nominated points (see #43 )
7+ - Important bug fix that prevents routes including stops that are not part of
8+ actual route
79
810
911# v 0.0.3
Original file line number Diff line number Diff line change 1010 "codeRepository" : " https://github.com/ATFutures/gtfs-router" ,
1111 "issueTracker" : " https://github.com/ATFutures/gtfs-router/issues" ,
1212 "license" : " https://spdx.org/licenses/GPL-3.0" ,
13- "version" : " 0.0.3.010 " ,
13+ "version" : " 0.0.4 " ,
1414 "programmingLanguage" : {
1515 "@type" : " ComputerLanguage" ,
1616 "name" : " R" ,
293293 }
294294 ],
295295 "readme" : " https://github.com/ATFutures/gtfs-router/blob/master/README.md" ,
296- "fileSize" : " 7751.097KB" ,
297- "contIntegration" : [
298- " https://travis-ci.org/ATFutures/gtfs-router" ,
299- " https://codecov.io/gh/ATFutures/gtfs-router"
300- ],
296+ "fileSize" : " 7751.774KB" ,
297+ "contIntegration" : [" https://travis-ci.org/ATFutures/gtfs-router" , " https://codecov.io/gh/ATFutures/gtfs-router" ],
301298 "developmentStatus" : " https://www.repostatus.org/#active" ,
302299 "keywords" : [
303300 " gtfs" ,
You can’t perform that action at this time.
0 commit comments