Breaking change: date_start
and station
no longer have default values.
New arguments data
, latlon
, report_type
, elev
(#48, @JElchison).
Breaking change: latlon
default to FALSE
: you need to explicitly set it to
TRUE
for the latitude and longitude of the station
to be included in the output.
Fixes timestamp parsing bug in riem_measures() caused by a lubridate 1.9.0 bug (#40, @BenoitFayolle)
Eliminates a few dependencies (dplyr, lazyeval, readr) to make installation easier.
Now the default end date for riem_measures
is the current date as given by Sys.Date()
.
NEWS.md
file to track changes to the package.