-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,9 @@ Title: Converts UK transport timetable datasets to GTFS format | |
Version: 0.2.1 | ||
Authors@R: c( | ||
person("Malcolm", "Morgan", email = "[email protected]", role = c("aut","cre"), | ||
comment = c(ORCID = "0000-0002-9488-9183")) | ||
comment = c(ORCID = "0000-0002-9488-9183")), | ||
person("Adrian", "Schönig", role = c("ctb")), | ||
person("Owen", "O'Neill", role = c("ctb")) | ||
) | ||
Maintainer: Malcolm Morgan <[email protected]> | ||
Description: The UK uses a range of odd formats to store timetable data, this package converts them to the nice GTFS format. | ||
|