Oslo City Bike updated their open data pages, including the URLs to access the API service and to download historical bike trip data, which broke all dl_trips_data()
and get_api_data()
that would interact with these pages. These functions have been repaired.
Added package dependency to lubridate
.
Removed package dependency to magrittr
.
Added bysykkel_control_*
functions to improve error handling, and error messages, so that it is (hopefully) more clear to the user what caused an error.
Updated the object documentation for all functions.
Updated README.md
data.table
package from “Imports” to “Suggests” such that it will not automatically be installed with the bysykkel
package.
fread_trips_data()
will check if data.table
is installed before running. If it is not installed, the user will receive a stop message.data = "system"
.Package release. Functions released with the package are
dl_trips_data()
fread_trips_data()
get_api_data()
read_trips_data()