Skip to content

Releases: ropensci/bikedata

CRAN version 0.2.3

09 May 13:38
Compare
Choose a tag to compare

Minor changes:

  • Fix dl_bikedata for Philadelphia
  • Improve robustness of tests

v0.2.2

23 Oct 06:56
Compare
Choose a tag to compare

Minor changes:

  • add NEWS & README to CRAN description
  • Minor bug fixes

bike_cities

18 Sep 07:35
Compare
Choose a tag to compare

Adds new bike_cities() function

CRAN v0.2.0-Guadalajara

28 Apr 09:02
Compare
Choose a tag to compare

Major changes:

  • Major expansion to include new cities of San Francisco, Minneapolis/St Paul,
    Montreal Canada, and Guadalajara Mexico
  • Most code restructured to greatly ease the process of adding new cities (see
    github wiki for how to do this).
  • New co-author: Tom Buckley

Minor changes:

  • Bug fix for LA data which previously caused error due to invisible mac OSX
    system files being bundled with the distributed data
  • More accurate date processing for quarterly LA data

CRAN v0.1.1

08 Mar 23:20
Compare
Choose a tag to compare
  • Important bug in dodgr package rectified previously bug-ridden bike_distmat() calculations (thanks Joris Klingen).
  • Files for Washington DC Capital Bike Share system changed from quarterly to annual dumps
  • One rogue .xlsx file from London now processed and read properly (among all other well-behaved .csv files).

v0.1.0.099

05 Dec 13:42
Compare
Choose a tag to compare

Interim non-cran release of dev version 0.1.0.099

CRAN v0.1.0

23 Nov 11:47
Compare
Choose a tag to compare

New function bike_distmat() calculates distance matrices between all pairs of stations as routed through street networks for each city. See NEWS.md for other improvements.

CRAN v0.0.4

17 Aug 09:12
Compare
Choose a tag to compare
  • Database no longer automatically indexed; rather indexes must be actively generated with index_bikedata_db().
  • store_bikedata() fixed so it only unzips files not already in database (it used to unzip them all)
  • Internal changes to improve consistency (mostly through using the DBI package).

CRAN version 0.0.3

15 Jul 12:21
Compare
Choose a tag to compare

Minor changes only; more informative messages when data for specified dates not available