Refreshed the README figures and package website from the current plotting code, and added a reproducible figure-generation script for maintainers.
Improved the year-faceted service calendar for dense feeds and
retained the supplied object name in the explore_gtfs()
dashboard.
Organized the package website by workflow, added task-based function reference sections, and added vignettes for getting started, service analysis, filtering and editing, and the interactive dashboard.
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.
Calendar and service-pattern summaries now represent dates with
no active service explicitly: trip counts are 0, and the
service pattern is labeled "No service".
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 dwell-time editing, corridors, hubs, and more!
New functions
New methods
Bug fix & improvements
trips argument.