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