Minor changes: - add NEWS & README to CRAN description - Minor bug fixes
bike_cities
to directly list cities included in current package versionMinor changes: - Bug fix for San Fran thanks to @tbdv (see issue #78) - Bug fix for LA (see issue #87)
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
dodgr
package rectified previously bug-ridden bike_distmat()
calculations (thanks Joris Klingen).bike_distmat()
calculates distance matrices between all pairs of stations as routed through street networks for each city.bike_match_matrices()
matches distance and trip matrices by start and end stations, so they can be directly compared in standard statistical routines.minor changes - dl_bikedata()
function also aliased to download_bikedata()
, so both do the same job. - Repeated runs of store_bikedata()
on pre-existing databases sometimes re-added old data. This has now been fixed so only new data are added with each repeated call. - Dates for NABSA cities (LA and Philadelphia) are given in different formats, all of which are now appropriately handled. - Internally bundled sqlite3 upgraded v3.19 -> v3.21
index_bikedata_db()
. This makes multiple usages of store_bikedata()
faster and easier.store_bikedata()
fixed so it only unzips files not already in database (it used to unzip them all)