trread
Use trread to calculate transit frequencies, and validate transit feeds. trread reads the General Transit Feed Specification into dataframes.
If you need to work with map data consider using tidytransit.
Installation
A CRAN version is available:
install.packages('trread')For the development version from Github:
# install.packages("devtools")
devtools::install_github("r-transit/trread")
Background
trread is a fork of gtfsr, published to CRAN, with frequency/headway calculation functions.
Contributing
If you would like to contribute please feel free to issue a pull request or open an issue.
Contributors
Among the many contributors, Danton Noriega wrote much of this package.