From d6447c9aedbdb26a9a98d07d6d312aa96fb93adb Mon Sep 17 00:00:00 2001 From: rafapereirabr Date: Thu, 23 Nov 2023 21:41:51 -0300 Subject: [PATCH] update news and add Luyu Liu as contributor --- r-package/DESCRIPTION | 4 +++- r-package/NEWS.md | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/r-package/DESCRIPTION b/r-package/DESCRIPTION index 815dc195..4b2f5052 100644 --- a/r-package/DESCRIPTION +++ b/r-package/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: r5r Title: Rapid Realistic Routing with 'R5' -Version: 1.1.0 +Version: 1.1.0999 Authors@R: c( person("Marcus", "Saraiva", , "marcus.saraiva@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-6218-2338")), @@ -13,6 +13,8 @@ Authors@R: c( comment = c(ORCID = "0000-0002-6104-7297")), person("Matthew Wigginton", "Bhagat-Conway", , "mwbc@unc.edu", role = "aut", comment = c(ORCID = "0000-0002-1210-2982")), + person("Luyu", "Liu", , "luyuliu@ufl.edu", role = "ctb", + comment = c(ORCID = "0000-0002-6684-5570")), person("Ipea - Institute for Applied Economic Research", role = c("cph", "fnd")) ) Description: Rapid realistic routing on multimodal transport networks diff --git a/r-package/NEWS.md b/r-package/NEWS.md index 03aa96ed..4f03fcca 100644 --- a/r-package/NEWS.md +++ b/r-package/NEWS.md @@ -6,6 +6,12 @@ - Updated documentation of parameter `max_walk_time` to make it clear that in walk-only trips, whenever `max_walk_time` differs from `max_trip_duration`, the lowest value is considered. Closes [#353](https://github.com/ipeaGIT/r5r/issues/353) - Updated documentation of parameter `max_bike_time` to make it clear that in bicycle-only trips, whenever `max_bike_time` differs from `max_trip_duration`, the lowest value is considered. Closes [#353](https://github.com/ipeaGIT/r5r/issues/353) +**Bug Fixes** +- Fixed bug that prevented the using the `output_dir`parameter in the `detailed_itineraries(all_to_all = TRUE)` function. Closes [#327](https://github.com/ipeaGIT/r5r/issues/327) with a contribution ([PR #354](https://github.com/ipeaGIT/r5r/pull/354)) from Luyu Liu. + +**New contributors to r5r** +- [Luyu Liu](https://github.com/luyuliu) + # r5r 1.1.0