Skip to content

Releases: cyclestreets/cyclestreets-r

cyclestreets 1.0.0

13 Aug 13:36
Compare
Choose a tag to compare
  • 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

cyclestreets 0.6.0

17 Feb 22:13
Compare
Choose a tag to compare
  • Experimental journey2() function added (#31)
  • Documentation updated
  • batch() is now less chatty

cyclestreets 0.5.3

04 Jan 23:13
Compare
Choose a tag to compare
  • Fixed issue with returning multiple identical routes when route consists of a single segment

cyclestreets 0.4.0

22 Jun 10:42
Compare
Choose a tag to compare
  • quietness_segment variable removed

Finally on CRAN

03 May 13:32
Compare
Choose a tag to compare

Took a while to get there but cyclestreets can now be installed with:

install.packages("cyclestreets")