Standardized public method values with underscores: by_trip, by_route,
by_hour, by_stop, and by_shape. Legacy dotted values remain accepted.
Standardized public argument names including file_path, gtfs_x,
gtfs_y, max_dwelltime, and min_length, with compatibility aliases for
previous names.
Improved tidy_raptor() validation, transfer handling, date selection, and
output column names.
Added planning indicators to explore_gtfs(), including scheduled headway,
commercial speed, service span, vehicle-hours, peak fleet, stop spacing, and
route connectivity.
plot_routefrequency() now uses a route-hour-service pattern tile plot and
limits the default display to the busiest routes through top_n, improving
readability for large feeds.
explore_gtfs() adds a route-count control for route-frequency plots and
keeps filtered service and service-pattern selections aligned.
create_gtfs() introduced.
CRAN resubmission release following archival caused by the archived
hrbrthemes dependency. The dependency has been removed, and the package
dependency set has been substantially reduced.
GTFS editing and selection
filter_stop() and filter_time() now preserve partial trips for
experimentation instead of restoring complete stop sequences.selection() now supports grouping columns and computed groups in a style
similar to dplyr::group_by(), while continuing to support logical and
spatial selections without altering GTFS tables.Plotting and dashboard
-Inf values when
shape_dist_traveled contains only missing values.explore_gtfs() removes duplicated system information, assigns distinct
route colors, and filters non-finite plotting values.Package quality
Now featuring travel time matrices, trip speed and dweel time edition, corridors, hubs, and more!
New functions
New methods
Bug fix & improvements