• Bug fix: issue with batch identified and fix (#80) thanks to @mem48
  • Breaking changes: there are some differences in inputs and outputs, check you code before updating
  • Refactored to use faster implemenations throughout, thanks to Malcolm Morgan (@mem48) for SIMDJSON implementations
  • You can now choose which columns to return with cols_to_keep in journey() and batch() functions, with minimal defaults for batch()
  • Tests now pass
  • Batch routing implemented
  • Remove unused field (#43)
  • Fixed issue with returning multiple identical routes when route consists of a single segment
  • No longer depends on stplanr for tests to pass, new internal function
  • Updated docs
  • quietness_segment variable removed
  • New functionality to estimate gradients
  • Updated json2sf_cs() function provides more columns
  • All route-level data now returned by default
  • Update package description, title and other things in preparation for CRAN submission.
  • New argument cols added to journey() function allowing control of the output.
  • Many more columns can now be accessed as illustrated by new example: journey(from, to, cols = NULL).
  • Package created as part of the R for Transport Applications course at the University of Leeds.