Skip to content

Releases: ipeaGIT/r5r

v0.3-1

07 Jan 17:23
Compare
Choose a tag to compare

Minor changes

  • Allow for combination of bicycle and public transport. Closed #135.
  • Added new parameter mode_egress to routing functions, so that users can
    explicitly set the transport mode used after egress from public transport (walk,
    car or bicycle). Closed #63.
  • Allow for using the r5r package off-line, provided the user has successfully ran
    setup_r5() before.

v0.3-0

05 Jan 22:40
Compare
Choose a tag to compare

Major changes

  • Added Conveyal's R5 repo as a git submodule. This will help improve the long term integration between r5r and R5. Closed #105.
  • Internal changes to make r5r compatible with R5 latest version 6.0.1.

Minor changes

  • Add columns with population and number of schools in sample data set of Porto Alegre to allow for accessibility examples. Closed #128.
  • the percentiles parameter in the travel_time_matrix function now only accepts up to 5 cut points due to changes in R5.

v0.2-1

01 Dec 21:53
Compare
Choose a tag to compare

Minor changes

  • expanded number of routes in the sample GTFS for Porto Alegre, allowing for more
    complex/realistic examples.
  • Fixes format of columns of the output of travel_matrix_function when the user
    sets time_window parameter. Closes #127.
  • remove repeated bus route alternatives from the output from detailed_itineraries

v0.2.0

20 Oct 18:06
Compare
Choose a tag to compare

Major changes

  • Function travel_time_matrix now has new parameters time_window and
    percentiles it now calculates travel times for multiple departure times each
    minute within a given time window. For now, the function automatically set the
    number of Monte Carlo Draws to 5 times the size of time_window. Closes #104
    and #118

Minor changes

  • added a sample of frequency-based GTFS for Sao Paulo. Closed #116
  • improved documentation of routing functions adding more info on the routing
    algorithms used in R5. Closes #114

v0.1-1

25 Sep 18:21
Compare
Choose a tag to compare
update NEWS and pkgdown website

v0.1.0

18 Sep 22:22
d05171b
Compare
Choose a tag to compare

Launch of r5r v0.1.0 on CRAN.