NEWS.md
lazyload
in DESCRIPTION to meet new CRAN policy (this package has no data)use_insecure_ptv_connection
to TRUE
.run_information
now requires a character run_ref
instead of an integer run_id
. Functions will attempt to convert the argument to a character, and so integer arguments will still work for runs that are not bus or nightrider runs.route_type
will now also return route_type_description
, which is a human-readable interpretation of the route type. For example, when route_type
is 0, route_type_description
is “Train”.date_utc
argument for returning results as of a given date. This is experimental, and possibly non-functional.route_types
, in order to reduce the number of queries of the API.run_information
to fail when specifying a route type.service_status_timestampe
in data returned by route functions has been changed to service_status_timestamp
.This release was the first to be accepted to CRAN.
determine_user_id
and determine_api_key
.determine_user_id
, determine_api_key
, prefix_base_url
, prefix_version
, prefix_base_url_and_version
value
Rd-tag for departures
functionconvert_to_melbourne_time
, PTVGET
ptvapi:::
to examples in the following internal functions: add_parameter
, add_parameters
route_types_cached
, and replaced all uses with route_types
. With these changes, there are no references to user options remaining in the package.