r5r v2.0
Breaking changes
- r5r uses now JDK 21 or higher (Breaking changes). Closed #350.
- r5r now uses the latest version of R5 V7.1. Closed #350
Major changes
- r5r now stores R5 Jar file at user dir using
tools::R_user_dir() - New function
r5r_cache()to manage the cache of the R5 Jar file. - By using the JDK 21, this version of r5r also fixed an incompatibility with MAC ARM processors. Closed #315
Minor changes
- In the
accessibility()function, the value ofmax_trip_durationis now capped by the max value passed to thecutoffsparameter. Closes #342. - Updated documentation of parameter
max_walk_timeto make it clear that in walk-only trips, whenevermax_walk_timediffers frommax_trip_duration, the lowest value is considered. Closes #353 - Updated documentation of parameter
max_bike_timeto make it clear that in bicycle-only trips, whenevermax_bike_timediffers frommax_trip_duration, the lowest value is considered. Closes #353 - Improved documentation of parameter
suboptimal_minutesin thedetailed_itineraries()function. - Updated the vignette on time window to explain how this parameter behaves when used in the
detailed_itineraries()function.
Bug Fixes
- Fixed bug that prevented the use the
output_dirparameter in thedetailed_itineraries(all_to_all = TRUE)function. Closes #327 with a contribution (PR #354) from Luyu Liu. - Fixed bug that prevented
detailed_itinerariesfrom working with frequency-based GTFS feeds. It should ONLY work with frequency-based GTFS feeds.
New contributors to r5r