The Oslo Winter Bike service has been shut down. Hence, the interface to this service has been removed from fread_trips_data()
, read_trips_data()
, and dl_trips_data()
.
Updated object documentation where the URL to the Oslo Winter Bike service has been removed.
Automated testing has been added that will hopefully detect if there are any breaking changes to the services which the bysykkel functions rely on.
fread_trips_data()
, read_trips_data()
, and dl_trips_data()
should output a more informative error message if the user provides an invalid city name.
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
magrittr
as a dependency since the package is not used.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()