Skip to content

v0.7.0

Compare
Choose a tag to compare
@rafapereirabr rafapereirabr released this 11 Feb 16:36
· 680 commits to master since this release

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 using options(r5r.montecarlo_draws = 10L) (in which you substitute 10L by the value you want to set).

Minor changes

  • Changed total_time column name to combined_time in travel_time_matrix()
    output, to avoid confusion with travel_time column.