Changelog
Source:NEWS.md
tidytransit 1.8.0
CRAN release: 2026-01-26
- Empty strings in txt files are always parsed as
NAinread_gtfs()#229 -
raptor()andtravel_times()now support in-seat transfers #225 - Updated documentation on authenticated downloads #224
- The parameter
max_departure_timeintravel_times()is no longer supported - Improved error handling
tidytransit 1.7.1
CRAN release: 2025-08-21
- update gtfs reference sysdata #221
- use fallback MobilityData dataset (extdata) in vignette if download fails 9e352eb
- bugfix:
byparameter instop_group_distances()is no longer ignored #222 - bugfix: catch empty/NA parameter values in
filter_stop_times()
tidytransit 1.7.0
CRAN release: 2024-10-18
-
read_gtfs()can now readlocations.geojsonfiles according to the updated specifications #214 - tidytransit 1.7.0 needs
gtfsio1.2.0 as it uses json reading capabilities fromgtfsio::import_gtfs() - Internally, the automatically parsed specifications from https://gtfs.org/documentation/schedule/reference/ are now used
- The example feed
google_transit_nyc_subway.ziphas been modified and renamed tonyc_subway.zip#218