Skip to content

Commit

Permalink
Deploying to gh-pages from @ f9f414e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Aug 18, 2023
1 parent fff09c5 commit 6491909
Show file tree
Hide file tree
Showing 29 changed files with 134 additions and 54 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gtfsrouter
Title: Routing with GTFS (General Transit Feed Specification) Data
Version: 0.1.1
Version: 0.1.1.002
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre")),
person("Marcin", "Stepniak", , "[email protected]", role = "aut",
Expand Down
29 changes: 22 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@

# v 0.1.1.00x (dev version)

## Minor changes:

- Added @jmertic @5balls @pteridin to allcontributors

---

# v 0.1.1

Major changes:
## Major changes:

- Repository moved from "ATFutures/gtfs-router" to "UrbanAnalyst/gtfsrouter"
- `gtfs_transfer_table()` function now much faster due to re-coding in C++
- Removed previously deprecated `gtfs_isochrone()` function; now entirely
replaced by `gtfs_traveltimes()`.

Minor changes:
## Minor changes:

- `gtfs_timetable()` modified to work on feeds which do not have "calendar.txt"
- Fix `transfer_times` function with updated dodgr `match_pts_to_verts` fn
Expand All @@ -17,13 +26,15 @@ Minor changes:
- Bug fix in `gtfs_traveltimes()` to remove trips ending at start (#99; thanks to @viajerus)


---

# v 0.0.5

Major changes:
## Major changes:

- Add new `gtfs_traveltimes` function and deprecate `gtfs_isochrone`

Minor changes:
## Minor changes:

- All main functions now use a `grep_fixed` parameter to enable finer control
over station name matching; thanks to @polettif via #66 for the idea.
Expand All @@ -38,19 +49,23 @@ Minor changes:
- Fix bug when column names do not exactly match expected values (#70; thanks
to @AlexandraKapp)

---

# v 0.0.4

Major changes:
## Major changes:

- New function, `gtfs_route_headway` to calculate headways for entire routes
between any nominated points (see #43)
- Important bug fix that prevents routes including stops that are not part of
actual route


---

# v 0.0.3

Major changes:
## Major changes:

- New function `frequencies_to_stop_times` thanks to new co-author @stmarcin,
and new contributor @AlexandraKapp
Expand All @@ -60,7 +75,7 @@ Major changes:
- Main `gtfs_route()` function now accepts multiple `from` and `to` values, and
returns a list of routes (see #28).

Minor changes:
## Minor changes:

- `extract_gtfs` has new parameter, `stn_suffixes`, to enable specification of
any suffixes to be optionally removed from station IDs (#37; thanks to
Expand Down
19 changes: 19 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ enable the feed to be used for routing.




<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
Expand Down Expand Up @@ -305,6 +306,24 @@ All contributions to this project are gratefully acknowledged using the [`allcon
</a><br>
<a href="https://github.com/UrbanAnalyst/gtfsrouter/issues?q=is%3Aissue+author%3Aviajerus">viajerus</a>
</td>
<td align="center">
<a href="https://github.com/jmertic">
<img src="https://avatars.githubusercontent.com/u/296737?u=fc986558ce47707906a0d0e5affd0f621859026c&v=4" width="100px;" alt=""/>
</a><br>
<a href="https://github.com/UrbanAnalyst/gtfsrouter/issues?q=is%3Aissue+author%3Ajmertic">jmertic</a>
</td>
<td align="center">
<a href="https://github.com/5balls">
<img src="https://avatars.githubusercontent.com/u/28660096?u=608617a38222ee398a2fc3d68ff04c90b2f49efe&v=4" width="100px;" alt=""/>
</a><br>
<a href="https://github.com/UrbanAnalyst/gtfsrouter/issues?q=is%3Aissue+author%3A5balls">5balls</a>
</td>
<td align="center">
<a href="https://github.com/pteridin">
<img src="https://avatars.githubusercontent.com/u/29350560?u=a3a45577202757768e14a8a2d59a31c9d92a32db&v=4" width="100px;" alt=""/>
</a><br>
<a href="https://github.com/UrbanAnalyst/gtfsrouter/issues?q=is%3Aissue+author%3Apteridin">pteridin</a>
</td>
</tr>

</table>
Expand Down
38 changes: 33 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,19 +164,17 @@ entries, to enable the feed to be used for routing.

## Contributors


<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

All contributions to this project are gratefully acknowledged using the
[`allcontributors`
package](https://github.com/ropenscilabs/allcontributors) following the
[all-contributors](https://allcontributors.org) specification.
Contributions of any kind are welcome!
All contributions to this project are gratefully acknowledged using the [`allcontributors` package](https://github.com/ropenscilabs/allcontributors) following the [all-contributors](https://allcontributors.org) specification. Contributions of any kind are welcome!

### Code

<table>

<tr>
<td align="center">
<a href="https://github.com/mpadge">
Expand Down Expand Up @@ -209,11 +207,14 @@ Contributions of any kind are welcome!
<a href="https://github.com/UrbanAnalyst/gtfsrouter/commits?author=polettif">polettif</a>
</td>
</tr>

</table>


### Issue Authors

<table>

<tr>
<td align="center">
<a href="https://github.com/sridharraman">
Expand Down Expand Up @@ -258,6 +259,8 @@ Contributions of any kind are welcome!
<a href="https://github.com/UrbanAnalyst/gtfsrouter/issues?q=is%3Aissue+author%3Adcooley">dcooley</a>
</td>
</tr>


<tr>
<td align="center">
<a href="https://github.com/bernd886">
Expand Down Expand Up @@ -302,19 +305,42 @@ Contributions of any kind are welcome!
<a href="https://github.com/UrbanAnalyst/gtfsrouter/issues?q=is%3Aissue+author%3AzamirD123">zamirD123</a>
</td>
</tr>


<tr>
<td align="center">
<a href="https://github.com/viajerus">
<img src="https://avatars.githubusercontent.com/u/63015973?v=4" width="100px;" alt=""/>
</a><br>
<a href="https://github.com/UrbanAnalyst/gtfsrouter/issues?q=is%3Aissue+author%3Aviajerus">viajerus</a>
</td>
<td align="center">
<a href="https://github.com/jmertic">
<img src="https://avatars.githubusercontent.com/u/296737?u=fc986558ce47707906a0d0e5affd0f621859026c&v=4" width="100px;" alt=""/>
</a><br>
<a href="https://github.com/UrbanAnalyst/gtfsrouter/issues?q=is%3Aissue+author%3Ajmertic">jmertic</a>
</td>
<td align="center">
<a href="https://github.com/5balls">
<img src="https://avatars.githubusercontent.com/u/28660096?u=608617a38222ee398a2fc3d68ff04c90b2f49efe&v=4" width="100px;" alt=""/>
</a><br>
<a href="https://github.com/UrbanAnalyst/gtfsrouter/issues?q=is%3Aissue+author%3A5balls">5balls</a>
</td>
<td align="center">
<a href="https://github.com/pteridin">
<img src="https://avatars.githubusercontent.com/u/29350560?u=a3a45577202757768e14a8a2d59a31c9d92a32db&v=4" width="100px;" alt=""/>
</a><br>
<a href="https://github.com/UrbanAnalyst/gtfsrouter/issues?q=is%3Aissue+author%3Apteridin">pteridin</a>
</td>
</tr>

</table>


### Issue Contributors

<table>

<tr>
<td align="center">
<a href="https://github.com/tbuckl">
Expand Down Expand Up @@ -353,7 +379,9 @@ Contributions of any kind are welcome!
<a href="https://github.com/UrbanAnalyst/gtfsrouter/issues?q=is%3Aissue+commenter%3Ahansmib">hansmib</a>
</td>
</tr>

</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
17 changes: 13 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/UrbanAnalyst/gtfsrouter",
"issueTracker": "https://github.com/UrbanAnalyst/gtfsrouter/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.1.1",
"version": "0.1.1.002",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -270,13 +270,22 @@
},
"sameAs": "https://CRAN.R-project.org/package=Rcpp"
},
"SystemRequirements": null
"SystemRequirements": {}
},
"fileSize": "23011.427KB",
"releaseNotes": "https://github.com/UrbanAnalyst/gtfsrouter/blob/master/NEWS.md",
"readme": "https://github.com/UrbanAnalyst/gtfsrouter/blob/main/README.md",
"contIntegration": ["https://github.com/UrbanAnalyst/gtfsrouter/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/UrbanAnalyst/gtfsrouter"],
"contIntegration": [
"https://github.com/UrbanAnalyst/gtfsrouter/actions?query=workflow%3AR-CMD-check",
"https://app.codecov.io/gh/UrbanAnalyst/gtfsrouter"
],
"developmentStatus": "https://www.repostatus.org/#active",
"keywords": ["gtfs", "public-transportation", "router", "r-package", "gtfsrouter"],
"keywords": [
"gtfs",
"public-transportation",
"router",
"r-package",
"gtfsrouter"
],
"relatedLink": "https://CRAN.R-project.org/package=gtfsrouter"
}
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/articles/gtfsrouter.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/transfers.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/traveltimes.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6491909

Please sign in to comment.