- Increased timeout time (#91)
- Use retry
- Added Wang Zhao to DESCRIPTION file
- Minor update to fix an issue with the
batch()
function (#91)
- 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
injourney()
andbatch()
functions, with minimal defaults forbatch()
- Tests now pass
- Experimental
journey2()
function added (#31) - Documentation updated
batch()
is now less chatty
- 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
ltns()
function added
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.