v0.7.0
r5r v0.7.0
Major changes
- From this version onwards, r5r downloads R5 JAR from github, which provides more stable connection than Ipea server.
- The number of Monte Carlo draws to perform per time window minute when calculating travel time matrices and when estimating accessibility is now set via the
r5r.montecarlo_draws
option. Defaults to 5. This would mean 300 draws in a 60 minutes time window, for example. The user may also set a custom value usingoptions(r5r.montecarlo_draws = 10L)
(in which you substitute 10L by the value you want to set).
Minor changes
- Changed
total_time
column name tocombined_time
intravel_time_matrix()
output, to avoid confusion withtravel_time
column.