Releases: cyclestreets/cyclestreets-r
Releases · cyclestreets/cyclestreets-r
cyclestreets 1.0.0
- 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
cyclestreets 0.6.0
- Experimental
journey2()
function added (#31) - Documentation updated
batch()
is now less chatty
cyclestreets 0.5.3
- Fixed issue with returning multiple identical routes when route consists of a single segment
cyclestreets 0.4.0
quietness_segment
variable removed
Finally on CRAN
Took a while to get there but cyclestreets can now be installed with:
install.packages("cyclestreets")