Releases: ropensci/bikedata
Releases · ropensci/bikedata
CRAN version 0.2.3
v0.2.2
bike_cities
Adds new bike_cities()
function
CRAN v0.2.0-Guadalajara
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
- Important bug in
dodgr
package rectified previously bug-riddenbike_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
Interim non-cran release of dev version 0.1.0.099
CRAN v0.1.0
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
- 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
Minor changes only; more informative messages when data for specified dates not available